[med-svn] [python-pymummer] 05/06: Allow build-time tests to run

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Nov 15 23:02:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository python-pymummer.

commit 42ae41ab944847faa8beee38fbc5bbe4710f3125
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Nov 15 14:44:06 2015 -0800

    Allow build-time tests to run
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 196fb2a..033cef6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@ export PYBUILD_NAME=pymummer
 
 %:
 	LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="{interpreter} setup.py test" \
+	  dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pymummer.git



More information about the debian-med-commit mailing list