|
@@ -58,7 +58,7 @@ commands =
|
|
|
|
|
|
[testenv:flake8]
|
|
|
commands =
|
|
|
- flake8 --ignore=X999 {toxinidir}/celery {toxinidir}/t
|
|
|
+ flake8 {toxinidir}/celery {toxinidir}/t
|
|
|
|
|
|
[testenv:flakeplus]
|
|
|
commands =
|
|
@@ -66,4 +66,4 @@ commands =
|
|
|
|
|
|
[testenv:pydocstyle]
|
|
|
commands =
|
|
|
- pydocstyle --ignore=D102,D104,D203,D105 celery
|
|
|
+ pydocstyle --ignore=D102,D104,D203,D105 {toxinidir}/celery
|