[Python-modules-commits] [case] 06/07: Add CI tests for Python2 binary package
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sat Feb 25 08:29:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository case.
commit dbf50494819e1368534c2212abaa7c6ee187d573
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Sat Feb 25 08:28:14 2017 +0000
Add CI tests for Python2 binary package
---
debian/changelog | 1 +
debian/tests/control | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2d14497..cb05c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ case (1.5.3+dfsg-1) UNRELEASED; urgency=low
[ Christopher Hoskin ]
* New Upstream Release (1.5.3)
+ * Add CI tests for Python2 binary package
-- Christopher Hoskin <mans0954 at debian.org> Sat, 25 Feb 2017 08:13:09 +0000
diff --git a/debian/tests/control b/debian/tests/control
index 3d58ee1..b8cdfad 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,6 @@
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import case; print case" ; done
+Depends: python-all, python-case
+
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import case; print(case)" ; done
Depends: python3-all, python3-case
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/case.git
More information about the Python-modules-commits
mailing list