From 03c11e8f3c66e58af3c5de0ffacfe024ce9ae491 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 13 Apr 2015 22:38:29 -0400 Subject: Ignore more pep8 checks and add to travis --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3ef28451f..b52d24bdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,6 @@ docs = develop easy_install pyramid[docs] universal = 1 [flake8] -ignore = E301,E302,E731,E261,E123,E121,E128,E129,E125,W291,E501,W293,E303,W391,E266,E231,E201,E202,E127,E262 +ignore = E301,E302,E731,E261,E123,E121,E128,E129,E125,W291,E501,W293,E303,W391,E266,E231,E201,E202,E127,E262,E265 exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py show-source = True -- cgit v1.2.3