Add venv tox environment

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

Change-Id: Id044c887f7b79c31391cf27a124a3f065f48b052
This commit is contained in:
Andreas Jaeger 2018-08-24 21:23:29 +02:00
parent 85eae69036
commit 785242eb2a
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ commands =
find . -type f -name "*.pyc" -delete
rm -Rf .testrepository/times.dbm
[testenv:venv]
basepython=python3
commands =
{posargs}
[testenv:py35]
basepython = python3.5
commands =