Add venv tox environment

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

Change-Id: I66c374ce27fa1a2af1317671f7d290e560818068
This commit is contained in:
Andreas Jaeger 2018-08-24 21:28:39 +02:00
parent 4e074ec0c2
commit 0ac90c40a0
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstac
deps = -r{toxinidir}/test-requirements.txt
commands =
[testenv:venv]
commands = {posargs}
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
commands =