Add venv tox environment

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

Change-Id: I4022c360aa8b64544014708bc55927e75dbc8164
This commit is contained in:
Andreas Jaeger 2018-08-24 21:33:40 +02:00
parent a41db85b0f
commit 5c145f1ba5
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ envlist = pep8,py35,bandit,docs
basepython=python3
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:venv]
commands = {posargs}
[testenv:py35]
setenv =
PYTHONWARNING=all