Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-28 18:45:23 +00:00 committed by Gerrit Code Review
commit 10baf8ead5
1 changed files with 4 additions and 0 deletions

View File

@ -12,13 +12,16 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
testr run {posargs}
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]
@ -27,5 +30,6 @@ builtins = _
exclude=.venv,.git,.tox,*lib/python*,private,.eggs
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html