mirror of https://github.com/celery/kombu.git
Fixes flakes
This commit is contained in:
parent
836512cadd
commit
0cc7a517fa
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
|
@ -5,3 +5,4 @@ flakeplus>=1.1
|
||||||
tox>=2.3.1
|
tox>=2.3.1
|
||||||
sphinx2rst>=1.0
|
sphinx2rst>=1.0
|
||||||
bumpversion
|
bumpversion
|
||||||
|
pep257
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue