aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b3f53cce..0e17ca51 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,8 @@ setenv =
[testenv:flake8]
basepython = python2.7
deps = pytest==2.5.2
- flake8==2.2.2
+ pep8==1.5.7
+ flake8==2.4.0
commands = ./runtests.py --lintonly
[testenv:py3.4-django1.7]