[Python-modules-commits] [python-urllib3] 02/04: Add autodep8 tests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Thu Jul 13 23:22:30 UTC 2017


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

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit f26a954f8ad201d7ebc7bd3b130d6e9a4af9501e
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Thu Jul 13 22:45:04 2017 +0200

    Add autodep8 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..e6e5bba
--- /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 urllib3; print urllib3" ; done
+Depends: python-all, python-urllib3
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import urllib3; print(urllib3)" ; done
+Depends: python3-all, python3-urllib3
+

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



More information about the Python-modules-commits mailing list