Fixes flakes

This commit is contained in:
Ask Solem 2016-10-11 12:48:50 -07:00
parent 836512cadd
commit 0cc7a517fa
3 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,7 @@ configcheck:
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck) (cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
flakecheck: flakecheck:
$(FLAKE8) --ignore=X999 "$(PROJ)" "$(TESTDIR)" $(FLAKE8) "$(PROJ)" "$(TESTDIR)"
flakediag: flakediag:
-$(MAKE) flakecheck -$(MAKE) flakecheck

View File

@ -5,3 +5,4 @@ flakeplus>=1.1
tox>=2.3.1 tox>=2.3.1
sphinx2rst>=1.0 sphinx2rst>=1.0
bumpversion bumpversion
pep257

View File

@ -49,7 +49,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
[testenv:flake8] [testenv:flake8]
commands = commands =
flake8 --ignore=X999 {toxinidir}/kombu {toxinidir}/t flake8 {toxinidir}/kombu {toxinidir}/t
[testenv:flakeplus] [testenv:flakeplus]
commands = commands =