From f492b56c8200eebb77b8023ab386c9ef412cc06b Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 30 Mar 2011 16:33:34 -0700 Subject: Some initial tests and fix for execution model --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6051fad..6da0cb2 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,11 @@ setup( download_url='http://github.com/robhudson/django-debug-toolbar/downloads', license='BSD', packages=find_packages(exclude=['ez_setup']), + tests_require=[ + 'django', + 'dingus', + ], + test_suite='debug_toolbar.runtests.runtests', include_package_data=True, zip_safe=False, # because we're including media that Django needs classifiers=[ -- cgit v1.2.3