diff --git a/tox.ini b/tox.ini index 346dd25..196a4f0 100644 --- a/tox.ini +++ b/tox.ini @@ -60,11 +60,12 @@ deps = -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} [testenv:pep8] -basepython = python2.7 +basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} src unit_tests [testenv:venv] +basepython = python3 commands = {posargs} [flake8]