Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-12 16:57:58 +00:00 committed by Gerrit Code Review
commit 7e9b5c98a3
1 changed files with 4 additions and 0 deletions

View File

@ -43,9 +43,11 @@ commands =
pip check
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:py27]
@ -64,9 +66,11 @@ commands = pytest {posargs}
commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
[flake8]