aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2014-08-19 13:42:01 +0100
committerTom Christie2014-08-19 13:42:01 +0100
commit19f31340627c949ca07a9e7b59299734fd991f75 (patch)
tree889c1526d54f1c0fb0a9ad8d772cddc21cec44df /tox.ini
parentbf09c32de8f9d528f83e9cb7a2773d1f4c9ab563 (diff)
downloaddjango-rest-framework-19f31340627c949ca07a9e7b59299734fd991f75.tar.bz2
Add flake8 to requirements
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]