From 7dee804f3d8e4ca4278c0cae4c31acd7d1fb7bf9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 19 Nov 2015 12:38:58 -0800 Subject: [PATCH] Don't run flake8 twice --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 609ab751..33620826 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ commands = coverage run -m pytest {posargs:tests} # TODO: when dropping py26, change to 100 coverage report --show-missing --fail-under 99 - flake8 {[tox]project} testing tests setup.py # pylint {[tox]project} testing tests setup.py pre-commit run --all-files