Add passenv to the venv to allow passing of environment variables from stackrc

Change-Id: Ib3a089b3e2abd82afa1cb97cf46ba8f5122b1b62
This commit is contained in:
Dougal Matthews 2015-08-28 13:43:10 +01:00
parent 8802345544
commit b27dcc652d

View File

@ -20,6 +20,7 @@ commands = flake8
[testenv:venv]
commands = {posargs}
passenv = *
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'