aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-01 18:24:54 +0100
committerAymeric Augustin2013-11-01 18:24:54 +0100
commit50b13fb575dc79d849d1d79cb5619cce52b42f9d (patch)
treef0bdd6f251131822c9db815b0ef12b9edb31cd84 /setup.py
parent3003c95626617c5c5331ddf10373e867b6610a63 (diff)
downloaddjango-debug-toolbar-50b13fb575dc79d849d1d79cb5619cce52b42f9d.tar.bz2
Get rid of custom test runner.
Refs #426.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 93d71b4..f9258e8 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,6 @@ setup(
'django>=1.4.2,<1.6',
'sqlparse',
],
- test_suite='runtests.runtests',
include_package_data=True,
zip_safe=False, # because we're including static files
classifiers=[