diff --git a/tox.ini b/tox.ini index 4f94f16..c0f14f6 100644 --- a/tox.ini +++ b/tox.ini @@ -22,11 +22,12 @@ deps = -r{toxinidir}/test-requirements.txt commands = /bin/true [testenv:pep8] -basepython = python2.7 +basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} [testenv:venv] +basepython = python3 commands = {posargs} [flake8]