[Python-modules-commits] [python-amqp] 03/06: Add basic autodep8 CI test

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Feb 19 17:21:30 UTC 2017


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

mans0954 pushed a commit to branch master
in repository python-amqp.

commit 1fcb6c79c96465faaf586e784719c5e7c8ff9a27
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Sun Feb 19 13:35:55 2017 +0000

    Add basic autodep8 CI test
---
 debian/changelog     | 1 +
 debian/tests/control | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5f7e3df..5fb3716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-amqp (1.4.9-2) UNRELEASED; urgency=medium
   * Team upload.
   * Add pgpsigurlmangle to debian/watch 
   * Bump standards version 3.9.6 to 3.9.8 (no change required) 
+  * Add basic autodep8 CI test 
 
  -- Christopher Hoskin <mans0954 at debian.org>  Sun, 19 Feb 2017 13:29:29 +0000
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ddd99e6
--- /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 amqp; print amqp" ; done
+Depends: python-all, python-amqp
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import amqp; print(amqp)" ; done
+Depends: python3-all, python3-amqp
+

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



More information about the Python-modules-commits mailing list