Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-12-10 15:19:53 +00:00 committed by Gerrit Code Review
commit 8ae08fd98e
1 changed files with 6 additions and 0 deletions

View File

@ -26,9 +26,11 @@ commands =
watcher_dashboard
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:py3-dj111]
@ -42,15 +44,19 @@ basepython = python2.7
commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
[testenv:releasenotes]
basepython = python3
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:cover]
basepython = python3
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
[flake8]