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