From 25c64c68d45d11f63684ac6d7ac7fb7e86f6acd3 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Sat, 7 Feb 2015 21:06:23 -0800 Subject: Add initial pep8 support. This ignores plenty of warnings and errors in pep8 and only focuses on a small subset that can easily be achieved. Ignores applying pep8 to tests for now and only enforces on the pyramid core code. --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 29bd48639..756988c91 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,12 @@ commands = deps = nosexcover +[testenv:pep8] +commands = + flake8 pyramid/ +deps = + flake8 + # we separate coverage into its own testenv because a) "last run wins" wrt # cobertura jenkins reporting and b) pypy and jython can't handle any # combination of versions of coverage and nosexcover that i can find. -- cgit v1.2.3