[Python-modules-commits] [requests] 02/02: Add autodep8 tests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Jul 31 01:03:02 UTC 2017


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

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

commit aa535a23dcf3fbb5003a4d1f13c62269b53d7840
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Mon Jul 31 02:59:17 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..4794165
--- /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 requests; print requests" ; done
+Depends: python-all, python-requests
+
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import requests; print(requests)" ; done
+Depends: python3-all, python3-requests
+

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



More information about the Python-modules-commits mailing list