[python-shapely] 78/148: Run tests with all supported Python versions

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:05 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 977095f1897b3e314c2557e568eee8d05b3b3c0f
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Wed Dec 21 17:36:45 2011 +0100

    Run tests with all supported Python versions
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 69bcfca..06a422e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	python setup.py test
+	for ver in `pyversions -vr`; do \
+	    python$$ver setup.py test; \
+	done
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list