summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
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.