From b27dcc652d568f92def978f94075a34a7d701515 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 28 Aug 2015 13:43:10 +0100 Subject: [PATCH] Add passenv to the venv to allow passing of environment variables from stackrc Change-Id: Ib3a089b3e2abd82afa1cb97cf46ba8f5122b1b62 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3cf2ab21e..5fc735566 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ commands = flake8 [testenv:venv] commands = {posargs} +passenv = * [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}'