Add venv tox environment
Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I4022c360aa8b64544014708bc55927e75dbc8164
This commit is contained in:
parent
a41db85b0f
commit
5c145f1ba5
3
tox.ini
3
tox.ini
@ -5,6 +5,9 @@ envlist = pep8,py35,bandit,docs
|
||||
basepython=python3
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:py35]
|
||||
setenv =
|
||||
PYTHONWARNING=all
|
||||
|
Loading…
x
Reference in New Issue
Block a user