Merge "Add venv tox environment"

This commit is contained in:
Zuul 2018-08-28 14:54:36 +00:00 committed by Gerrit Code Review
commit d950aab11a
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