aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2014-08-06 11:38:21 +0000
committerRaphaël Hertzog <hertzog@debian.org>2014-08-06 11:38:21 +0000
commitb9258413bbf08e4a64584d9a38b827405cb17c00 (patch)
treef7921ed9afbd07cab75f877351c6943250fe93cb
parenta26e23e4d8e8ca7cbf33e711b24069bac279f36d (diff)
downloadpython-django-tagging-b9258413bbf08e4a64584d9a38b827405cb17c00.tar
python-django-tagging-b9258413bbf08e4a64584d9a38b827405cb17c00.tar.gz
Actually call the test suite from debian/rules
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index fce3faa..b76798a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ PKG = $(shell dh_listpackages)
%:
dh $@ --with python2
+override_dh_auto_test:
+ PYTHONPATH=. DJANGO_SETTINGS_MODULE=tagging.tests.settings python /usr/bin/django-admin test
+
override_dh_installdocs:
dh_installdocs
# Generate documentation