diff --git a/tox.ini b/tox.ini index 6c1f63f..034a92e 100644 --- a/tox.ini +++ b/tox.ini @@ -16,15 +16,19 @@ commands = ostestr {posargs} [testenv:pep8] +basepython = python3 commands = flake8 [testenv:venv] +basepython = python3 commands = {posargs} [testenv:cover] +basepython = python3 commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:docs] +basepython = python3 commands = python setup.py build_sphinx [flake8]