From efd5a850fb0938d4bb61f9a73f3608523092bfcf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 4 Aug 2015 14:56:15 -0400 Subject: [tests] add flake8 to testing requirements, flake8 config --- pkg/requirements-testing.pip | 9 +-------- 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 diff --git a/setup.cfg b/setup.cfg index 412ed906..e91c4adb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.3