Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-07-15 10:43:03 +00:00 committed by Gerrit Code Review
commit 591ac33cd8
1 changed files with 5 additions and 0 deletions

View File

@ -16,12 +16,15 @@ commands = stestr run {posargs}
basepython = python3
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
PYTHON=coverage run --source pbrx --parallel-mode
@ -32,10 +35,12 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:docs]
basepython = python3
commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
[testenv:releasenotes]
basepython = python3
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html