Merge "Add venv tox environment"

This commit is contained in:
Zuul 2018-08-28 15:23:06 +00:00 committed by Gerrit Code Review
commit fc03c6318a
1 changed files with 5 additions and 0 deletions

View File

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