summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5cee385..27a8e85 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,14 @@
[tox]
-envlist = py27,py34
+envlist = py27,py34,pep8
[testenv]
deps=
nose
commands=
nosetests test/
+
+[testenv:pep8]
+deps=
+ pep8
+commands=
+ pep8 pyeclib/ setup.py