Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2019-06-19 07:34:20 +00:00
committed by Gerrit Code Review

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]