diff --git a/tox.ini b/tox.ini index 0b486b1..9a4f65c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,11 +15,12 @@ basepython = python2.7 deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] -basepython = python2.7 +basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} [testenv:venv] +basepython = python3 commands = {posargs} [flake8]