Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-05 09:28:06 +00:00 committed by Gerrit Code Review
commit bc79138906
1 changed files with 2 additions and 0 deletions

View File

@ -13,7 +13,9 @@ commands =
doc8 specs/
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = sphinx-build -W -b html doc/source doc/build/html