[Python-modules-commits] [python-qtpy] 04/08: Apply r/travis.py/tests.py, renamed upstream.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Mar 24 18:43:02 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-qtpy.

commit c01b529ca756f09ec14c8f1fdfc3c2fb4275fdb5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Mar 24 09:55:13 2016 +0000

    Apply r/travis.py/tests.py, renamed upstream.
---
 debian/rules         | 6 +++---
 debian/tests/python2 | 4 ++--
 debian/tests/python3 | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 41dd01c..f70b3a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_NAME = qtpy
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_BEFORE_TEST="cp {dir}/tests/travis.py {build_dir}" \
-	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} travis.py" \
-	PYBUILD_AFTER_TEST="rm {build_dir}/travis.py" \
+	PYBUILD_BEFORE_TEST="cp {dir}/tests/tests.py {build_dir}" \
+	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} tests.py" \
+	PYBUILD_AFTER_TEST="rm {build_dir}/tests.py" \
 	USE_QT_API=pyqt5 dh_auto_test
diff --git a/debian/tests/python2 b/debian/tests/python2
index bd18ce3..2101b3e 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -3,10 +3,10 @@ set -efu
 
 pys="$(pyversions -r 2>/dev/null)"
 
-cp ./tests/travis.py "$ADTTMP"
+cp ./tests/tests.py "$ADTTMP"
 cd "$ADTTMP"
 
 for py in $pys; do
 	echo "=== $py ==="
-	USE_QT_API=pyqt5 $py travis.py 2>&1
+	USE_QT_API=pyqt5 $py tests.py 2>&1
 done
diff --git a/debian/tests/python3 b/debian/tests/python3
index 1e3d8fd..3afbf3c 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -3,10 +3,10 @@ set -efu
 
 pys="$(py3versions -r 2>/dev/null)"
 
-cp ./tests/travis.py "$ADTTMP"
+cp ./tests/tests.py "$ADTTMP"
 cd "$ADTTMP"
 
 for py in $pys; do
 	echo "=== $py ==="
-	USE_QT_API=pyqt5 $py travis.py 2>&1
+	USE_QT_API=pyqt5 $py tests.py 2>&1
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtpy.git



More information about the Python-modules-commits mailing list