Add venv tox environment
Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: Ib3da0448b97a395aea4c5bf850612af30b9616d2
This commit is contained in:
parent
3f84abe506
commit
4e1e450dca
3
tox.ini
3
tox.ini
@ -7,6 +7,9 @@ setenv=
|
||||
PYTHONWARNING=all
|
||||
passenv=HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
# Please use `make docs` instead
|
||||
[testenv:docs]
|
||||
basepython=python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user