diff --git a/tox.ini b/tox.ini index 0a0d7a863..1c6532f1c 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,7 @@ commands = whitelist_externals = rm [testenv:linters] +basepython = python3 whitelist_externals = bash commands = bash -c "find {toxinidir} \ @@ -37,4 +38,5 @@ commands = -print0 | xargs -0 yamllint" [testenv:venv] +basepython = python3 commands = {posargs}