Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-01 10:48:55 +00:00 committed by Gerrit Code Review
commit 2bbbf8ff59
1 changed files with 4 additions and 0 deletions

View File

@ -12,14 +12,18 @@ setenv =
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
basepython = python3
commands = doc8 doc/source README.rst CONTRIBUTING.rst
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:releasenotes]
basepython = python3
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html