diff --git a/tox.ini b/tox.ini index 1e7cfb7..fd5b828 100644 --- a/tox.ini +++ b/tox.ini @@ -84,18 +84,23 @@ commands = mkdir -p testenv/var/run/ stop [testenv:pep8] +basepython = python3 commands = flake8 {posargs} [testenv:venv] +basepython = python3 commands = {posargs} [testenv:cover] +basepython = python3 commands = python setup.py test --coverage --testr-args='{posargs}' [testenv:docs] +basepython = python3 commands = python setup.py build_sphinx [testenv:releasenotes] +basepython = python3 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html