Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-07 07:12:50 +00:00 committed by Gerrit Code Review
commit 85e7309865
1 changed files with 4 additions and 0 deletions

View File

@ -13,9 +13,11 @@ deps = -r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:spelling]
@ -26,6 +28,7 @@ deps =
commands = sphinx-build -b spelling doc/source doc/build/spelling
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source specs --parallel-mode
commands =
@ -35,6 +38,7 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:pep8]
basepython = python3
commands = flake8
[flake8]