Add venv tox environment
Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: Ie2f9bc0725dad8650c1dd7052c886a5379432202
This commit is contained in:
parent
32ad652e03
commit
09d8546582
3
tox.ini
3
tox.ini
@ -11,6 +11,9 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
LC_ALL=en_US.utf-8
|
LC_ALL=en_US.utf-8
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user