Fix linters to use src/flake8

This commit is contained in:
Ian Cordasco 2016-06-25 16:07:28 -05:00
parent 951bbe337f
commit 6bca1c30cc
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -35,7 +35,7 @@ deps =
pyflakes pyflakes
pylint pylint
commands = commands =
pylint flake8 pylint src/flake8
[testenv:doc8] [testenv:doc8]
basepython = python3 basepython = python3
@ -66,7 +66,7 @@ use_develop = false
deps = deps =
bandit bandit
commands = commands =
bandit -r flake8/ -c .bandit.yml bandit -r src/flake8/ -c .bandit.yml
[testenv:linters] [testenv:linters]
basepython = python3 basepython = python3