Add venv tox environment

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

Change-Id: I8459f8fb71a2608302e4c40fc3eaff6a422ee6ff
This commit is contained in:
Andreas Jaeger 2018-08-24 21:35:41 +02:00
parent bfbfd56c81
commit 145307c84b
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ basepython=python3
deps=
-rdoc/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
whitelist_externals=
rm