diff --git a/tox.ini b/tox.ini index 658bf18..aa3dc33 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ deps = pyflakes pylint commands = - pylint flake8 + pylint src/flake8 [testenv:doc8] basepython = python3 @@ -66,7 +66,7 @@ use_develop = false deps = bandit commands = - bandit -r flake8/ -c .bandit.yml + bandit -r src/flake8/ -c .bandit.yml [testenv:linters] basepython = python3