Add passenv to the venv to allow passing of environment variables from stackrc
Change-Id: Ib3a089b3e2abd82afa1cb97cf46ba8f5122b1b62
This commit is contained in:
parent
8802345544
commit
b27dcc652d
1
tox.ini
1
tox.ini
@ -20,6 +20,7 @@ commands = flake8
|
|||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
passenv = *
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
Loading…
Reference in New Issue
Block a user