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:
Andreas Jaeger 2018-08-24 21:32:52 +02:00
parent 32ad652e03
commit 09d8546582
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ setenv = VIRTUAL_ENV={envdir}
LC_ALL=en_US.utf-8
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:venv]
commands = {posargs}
[testenv:py35]
basepython = python3.5
commands =