diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
