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:
Andreas Jaeger 2018-08-24 21:34:36 +02:00
parent 3f84abe506
commit 4e1e450dca
1 changed files with 3 additions and 0 deletions

View File

@ -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