[jpy] 09/13: Enable testing

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jun 21 08:15:30 UTC 2016


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

mckinstry pushed a commit to branch master
in repository jpy.

commit ef19973bb7d0d0aaa5798b690b5be35fedeeada5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Apr 11 16:57:04 2016 +0100

    Enable testing
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index b43a525..ac94fe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,11 @@ build-python%:
 override_dh_auto_build: $(PYTHON3:%=build-python%)
 	dh_auto_build
 
+dh_auto_test:
+	for p in $(PYVERS) $(PY3VERS) ; do \
+		$$p ./setup.py test  ; \
+		done
+
 override_dh_auto_install:
 	for p in $(PYVERS) $(PY3VERS) ; do \
                 $$p setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/jpy.git



More information about the debian-science-commits mailing list