summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5b0b661..af23e50 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,10 @@
[tox]
-envlist = py27
+envlist = py27,pep8
[testenv]
deps=pytest
commands=py.test
+
+[testenv:pep8]
+deps = pep8==1.2
+commands = pep8 --repeat --show-source warlock