[Python-modules-commits] [pysodium] 11/12: Add CI tests

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Jun 6 09:03:30 UTC 2017


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

mans0954 pushed a commit to branch master
in repository pysodium.

commit 478a00a524bae811304bc6a1691bb851a209373a
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Jun 6 09:45:27 2017 +0100

    Add CI tests
---
 debian/tests/control | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..0269b8f
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import pysodium; print pysodium" ; done
+Depends: python-all, python-pysodium
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import pysodium; print(pysodium)" ; done
+Depends: python3-all, python3-pysodium
+

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



More information about the Python-modules-commits mailing list