summaryrefslogtreecommitdiff
path: root/debian/tests/python.sh
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-03-13 13:57:14 +0100
committerGard Spreemann <gspr@nonempty.org>2020-03-13 13:57:14 +0100
commitf0ac5cb096cbf97f2a76ed176cc555408f5a5153 (patch)
treecc43ab3607929266e0f75d8bc095ab1c57630a01 /debian/tests/python.sh
parent1e8825c99e3c6397ee41fd08d95b63f2038196e8 (diff)
Add test for python3-phat.
Diffstat (limited to 'debian/tests/python.sh')
-rwxr-xr-xdebian/tests/python.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/tests/python.sh b/debian/tests/python.sh
new file mode 100755
index 0000000..b66e101
--- /dev/null
+++ b/debian/tests/python.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -e
+
+for py3ver in $(py3versions -vs)
+do
+ echo "Running tests with Python ${py3ver}."
+ /usr/bin/python${py3ver} -B debian/tests/python.py
+ echo "---------"
+done
+