[Python-modules-commits] r16821 - in packages/mahotas/trunk/debian (rules)

luispedro-guest at users.alioth.debian.org luispedro-guest at users.alioth.debian.org
Fri Apr 29 16:54:13 UTC 2011


    Date: Friday, April 29, 2011 @ 16:54:11
  Author: luispedro-guest
Revision: 16821

ENH Test with python-dbg too

Modified:
  packages/mahotas/trunk/debian/rules

Modified: packages/mahotas/trunk/debian/rules
===================================================================
--- packages/mahotas/trunk/debian/rules	2011-04-29 12:55:22 UTC (rev 16820)
+++ packages/mahotas/trunk/debian/rules	2011-04-29 16:54:11 UTC (rev 16821)
@@ -16,6 +16,7 @@
 	set -e; \
 	for python in $(shell pyversions -r); do \
 		$$python setup.py test; \
+		$$python-dbg setup.py test; \
 	done
 endif
 




More information about the Python-modules-commits mailing list