summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 16:07:28 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-25 16:07:28 -0500
commit6bca1c30cce89dabdfb295c9668051dbf7c5fece (patch)
tree49cc668433f8df849084fdc0ecfbd12aea55bc0b /tox.ini
parent951bbe337f996859808c33c39089a0d2746e47c1 (diff)
downloadflake8-6bca1c30cce89dabdfb295c9668051dbf7c5fece.tar.gz
Fix linters to use src/flake8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files 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