Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-05 18:10:57 +00:00 committed by Gerrit Code Review
commit 31f1d1af18
1 changed files with 2 additions and 0 deletions

View File

@ -10,7 +10,9 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx