From b9258413bbf08e4a64584d9a38b827405cb17c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 6 Aug 2014 11:38:21 +0000 Subject: Actually call the test suite from debian/rules --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3