Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2018-11-12 16:57:58 +00:00
committed by Gerrit Code Review

View File

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