Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 15:41:27 +00:00 committed by Gerrit Code Review
commit 3b6677d54a
1 changed files with 2 additions and 0 deletions

View File

@ -11,9 +11,11 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
whitelist_externals =
rm
commands =