diff --git a/tox.ini b/tox.ini index 5c790af..d7d29f6 100644 --- a/tox.ini +++ b/tox.ini @@ -16,12 +16,15 @@ commands = stestr run {posargs} basepython = python3 [testenv:pep8] +basepython = python3 commands = flake8 {posargs} [testenv:venv] +basepython = python3 commands = {posargs} [testenv:cover] +basepython = python3 setenv = VIRTUAL_ENV={envdir} PYTHON=coverage run --source pbrx --parallel-mode @@ -32,10 +35,12 @@ commands = coverage xml -o cover/coverage.xml [testenv:docs] +basepython = python3 commands = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html [testenv:releasenotes] +basepython = python3 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html