[med-svn] [python-multipletau] 01/01: Add autopkgtest

Alex Mestiashvili malex-guest at moszumanska.debian.org
Mon Oct 30 21:00:35 UTC 2017


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

malex-guest pushed a commit to branch master
in repository python-multipletau.

commit ed8c5173cc277289e614bcea32bf9f613f6761bc
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Mon Oct 30 20:46:55 2017 +0100

    Add autopkgtest
---
 debian/tests/control | 7 +++++++
 1 file changed, 7 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git



More information about the debian-med-commit mailing list