diff --git a/tox.ini b/tox.ini index f766ac2..a9df6eb 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,11 @@ deps = -r{toxinidir}/requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:venv] +basepython = python3 commands = {posargs} [testenv:docs] +basepython = python3 commands = python setup.py build_sphinx [testenv:spelling]