[Python-modules-commits] [pycryptodome] 03/03: CI tests
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Wed Jun 7 19:20:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository pycryptodome.
commit 163f601579c9ace6d71d547d9b5c424529c4198a
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Wed Jun 7 20:19:31 2017 +0100
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..586da7c
--- /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 Cryptodome; print Cryptodome" ; done
+Depends: python-all, python-pycryptodome
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import Cryptodome; print(Cryptodome)" ; done
+Depends: python3-all, python3-pycryptodome
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git
More information about the Python-modules-commits
mailing list