diff --git a/tox.ini b/tox.ini index b191ced6b..f9afc8317 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,14 @@ description = Dummy environment to allow pep8 to be run in subdir tox basepython = python3 description = Dummy environment to allow pylint to be run in subdir tox +[testenv:pep8_Debian] +basepython = python3 +description = Dummy environment to allow pep8 to be run in subdir tox + +[testenv:pylint_Debian] +basepython = python3 +description = Dummy environment to allow pylint to be run in subdir tox + [testenv:linters] basepython = python3 whitelist_externals = bash