From 6bca1c30cce89dabdfb295c9668051dbf7c5fece Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 25 Jun 2016 16:07:28 -0500 Subject: [PATCH] Fix linters to use src/flake8 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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