Add venv tox environment

Some OpenStack CI jobs need the venv tox environment to run, add it.

Change-Id: I7ffddffe4cc25ac2728405b82a6d06eb5a398ad3
This commit is contained in:
Andreas Jaeger 2018-08-24 21:30:54 +02:00
parent 3c4e21714a
commit 06010b6596
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ setenv=
VIRTUAL_ENV={envdir}
install_command = pip install {opts} {packages}
[testenv:venv]
commands = {posargs}
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt