diff options
-rw-r--r-- | pkg/requirements-testing.pip | 9 | ||||
-rw-r--r-- | setup.cfg | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index e789664a..ede94516 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -7,12 +7,5 @@ mock unittest2 # TODO we should include this dep only for python2.6 coverage pep8>=1.1 +flake8 tox - -#sphinx>=1.1.2 - -# double reqs -# (the client already includes, which gives some errors) -# ----------- -#twisted -#zope.interface @@ -10,3 +10,7 @@ repository = https://pypi.python.org/pypi [pep8] ignore = E731 exclude = *_rc.py,ui_*,_version.py + +[flake8] +ignore = E731 +exclude = *_rc.py,ui_*,_version.py |