diff --git a/tox.ini b/tox.ini index 2deab97d..7b9a99f9 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ commands = [testenv:pep8] +basepython = python3 commands = bash -c "{toxinidir}/tests/common/test-pep8.sh" doc8 doc @@ -173,6 +174,7 @@ commands = [testenv:linters] +basepython = python3 commands = bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh" {[testenv:pep8]commands}