aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-01 18:24:54 +0100
committerAymeric Augustin2013-11-01 18:24:54 +0100
commit50b13fb575dc79d849d1d79cb5619cce52b42f9d (patch)
treef0bdd6f251131822c9db815b0ef12b9edb31cd84 /tox.ini
parent3003c95626617c5c5331ddf10373e867b6610a63 (diff)
downloaddjango-debug-toolbar-50b13fb575dc79d849d1d79cb5619cce52b42f9d.tar.bz2
Get rid of custom test runner.
Refs #426.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c69a566..8a6caa9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,9 +13,10 @@ envlist =
flake8
[testenv]
-commands = python runtests.py
+commands = make test
deps =
sqlparse
+whitelist_externals = make
[testenv:py26-django14]
basepython = python2.6
@@ -78,6 +79,6 @@ deps =
{[testenv]deps}
[testenv:flake8]
-commands = flake8 debug_toolbar example tests
+commands = make flake8
deps =
flake8