diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2014-08-06 11:38:21 +0000 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2014-08-06 11:38:21 +0000 |
commit | b9258413bbf08e4a64584d9a38b827405cb17c00 (patch) | |
tree | f7921ed9afbd07cab75f877351c6943250fe93cb /debian | |
parent | a26e23e4d8e8ca7cbf33e711b24069bac279f36d (diff) | |
download | python-django-tagging-b9258413bbf08e4a64584d9a38b827405cb17c00.tar python-django-tagging-b9258413bbf08e4a64584d9a38b827405cb17c00.tar.gz |
Actually call the test suite from debian/rules
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
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 |