aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 200dad38..6f588de1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ commands = ./runtests.py --fast
[testenv:flake8]
basepython = python2.7
deps = pytest==2.5.2
+ flake8==2.2.2
commands = ./runtests.py --lintonly
[testenv:py3.4-django1.7]