From f0ac5cb096cbf97f2a76ed176cc555408f5a5153 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 13 Mar 2020 13:57:14 +0100 Subject: Add test for python3-phat. --- debian/tests/python.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 debian/tests/python.sh (limited to 'debian/tests/python.sh') 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 + -- cgit v1.2.3