Don't run flake8 twice

This commit is contained in:
Anthony Sottile 2015-11-19 12:38:58 -08:00
parent 1a15ac48ce
commit 7dee804f3d

View file

@ -11,7 +11,6 @@ commands =
coverage run -m pytest {posargs:tests} coverage run -m pytest {posargs:tests}
# TODO: when dropping py26, change to 100 # TODO: when dropping py26, change to 100
coverage report --show-missing --fail-under 99 coverage report --show-missing --fail-under 99
flake8 {[tox]project} testing tests setup.py
# pylint {[tox]project} testing tests setup.py # pylint {[tox]project} testing tests setup.py
pre-commit run --all-files pre-commit run --all-files