summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3c07077..bf5163c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,pypy,style
+envlist = py26,py27,py32,py33,pypy,pep8
[testenv]
distribute = False
@@ -9,7 +9,7 @@ deps =
mock
coverage
-[testenv:style]
+[testenv:pep8]
deps = flake8
commands = flake8 cliff docs/source/conf.py setup.py