Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-01-09 08:47:45 +00:00 committed by Gerrit Code Review
commit 92025dfb65
1 changed files with 4 additions and 0 deletions

View File

@ -15,9 +15,11 @@ deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:functional-api]
@ -32,9 +34,11 @@ commands =
stestr run {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