Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-05 14:39:29 +00:00 committed by Gerrit Code Review
commit 5acdca0e65
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ commands =
stestr run --serial {posargs} stestr run --serial {posargs}
[testenv:pep8] [testenv:pep8]
basepython = python3
commands = commands =
flake8 flake8
python setup.py check --restructuredtext --strict python setup.py check --restructuredtext --strict
@ -48,9 +49,11 @@ commands =
python setup.py build_sphinx python setup.py build_sphinx
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]
basepython = python3
# Also do not run test_coverage_ext tests while gathering coverage as those # Also do not run test_coverage_ext tests while gathering coverage as those
# tests conflict with coverage. # tests conflict with coverage.
setenv = setenv =