From 2844e86e7f9d02148bfc3880d9b3c749080d5463 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 11:58:07 -0500 Subject: add new debian directory --- debian/tests/python3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 debian/tests/python3 (limited to 'debian/tests/python3') diff --git a/debian/tests/python3 b/debian/tests/python3 new file mode 100755 index 0000000..8f6b039 --- /dev/null +++ b/debian/tests/python3 @@ -0,0 +1,13 @@ +#!/bin/sh +set -efu + +pys="$(py3versions -r 2>/dev/null)" + +cd "$ADTTMP" + +for py in $pys; do + echo "=== $py ===" + $py /usr/bin/nosetests3 -v zmq.tests 2>&1 + echo "=== $py-dbg ===" + $py-dbg /usr/bin/nosetests3 -v zmq.tests 2>&1 +done -- cgit v1.2.3