Merge "Add a py35 environment to tox"

This commit is contained in:
Jenkins 2016-07-04 14:00:21 +00:00 committed by Gerrit Code Review
commit 9cbe260cea

View File

@ -37,6 +37,12 @@ commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox3.sh '{posargs}'
[testenv:py35]
setenv = {[testenv]setenv}
commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox3.sh '{posargs}'
[testenv:functional]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}