This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository python-pbconsensuscore.
commit 98c35cff72e7dfd0045a5d75164441a53d05f01a Author: Afif Elghraoui <[email protected]> Date: Tue Nov 24 22:35:55 2015 -0800 Run build-time tests --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index 9d651fe..fd63581 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,13 @@ export PYBUILD_NAME=pbconsensuscore %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_auto_test: + $(MAKE) test +# We can't run these additional tests because they only pass +# with the python2 version of the package; by this point +# the python3 version has taken over. +# $(MAKE) test-python + override_dh_python2: dh_python2 dh_numpy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbconsensuscore.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
