[amp] 11/18: Using only default python versions to make the tests.

Muammar El Khatib muammar at moszumanska.debian.org
Mon Jul 31 19:59:41 UTC 2017


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

muammar pushed a commit to branch master
in repository amp.

commit e8a3eab2b9edaedf338a0ec2db44d1d0105a6177
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Mon Jul 31 10:43:39 2017 -0400

    Using only default python versions to make the tests.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fb03404..1850f58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_auto_test:
 	cd $(CURDIR)/amp/; \
 	make python3
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -ex; for python in $(shell pyversions -r; py3versions -r) ; do \
+	set -ex; for python in $(shell pyversions -d; py3versions -d) ; do \
 		$$python /usr/bin/nosetests -v; \
 	done
 endif

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



More information about the debian-science-commits mailing list