Add venv tox environment

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

Change-Id: I6f93b1195797a85c2874f69e30c980d3cbd4ea6e
This commit is contained in:
Andreas Jaeger 2018-08-24 21:26:05 +02:00
parent 683d757995
commit a1baeb367d
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ commands =
find . -type f -name "*.pyc" -delete
rm -Rf .testrepository/times.dbm
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands =
rm -rf doc/build