Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-03-11 14:10:45 +00:00 committed by Gerrit Code Review
commit 3aab0d2d72
1 changed files with 5 additions and 0 deletions

View File

@ -84,18 +84,23 @@ commands = mkdir -p testenv/var/run/
stop
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
commands = python setup.py test --coverage --testr-args='{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