Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-06-19 07:34:20 +00:00 committed by Gerrit Code Review
commit ed8a41fc49
1 changed files with 3 additions and 0 deletions

View File

@ -31,13 +31,16 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:releasenotes]
basepython = python3
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[flake8]