diff --git a/tox.ini b/tox.ini index 5db127e..44f8241 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = flake8 {posargs} src unit_tests [testenv:venv] +basepython = python3 commands = {posargs} [flake8]