aboutsummaryrefslogtreecommitdiffstats
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 cfb8b5e..0b81d1c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,8 @@ envlist =
py33-django15,
py27-django16,
py32-django16,
- py33-django16
+ py33-django16,
+ flake8
[testenv]
commands = python runtests.py
@@ -68,3 +69,8 @@ basepython = python3.3
deps =
https://www.djangoproject.com/download/1.6c1/tarball/
{[testenv]deps}
+
+[testenv:flake8]
+commands = flake8 debug_toolbar example tests
+deps =
+ flake8