diff --git a/tox.ini b/tox.ini index 4b4d1018..8d9d48bc 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,9 @@ commands = doc8 specs/ [testenv:venv] +basepython = python3 commands = {posargs} [testenv:docs] +basepython = python3 commands = sphinx-build -W -b html doc/source doc/build/html