diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-22 14:29:01 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 15:21:33 +0000 |
commit | 1b577142b7b3d006bfb3a3c0fc7ca900332c6523 (patch) | |
tree | 2eae884d18037e36856895e9fc1b1e95c87f6681 /debian/control | |
parent | 1a6fe6bde5ecdf37b0278033772274dc503ec230 (diff) | |
download | python-urllib3-1b577142b7b3d006bfb3a3c0fc7ca900332c6523.tar python-urllib3-1b577142b7b3d006bfb3a3c0fc7ca900332c6523.tar.gz |
Add DEP8 tests
This is a patch from Edward Betts <edward@4angle.com> (#796717). I then
adjusted the test to work under python3 and added some additional packages to
the Depends for the tests.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a57c01b..bd65874 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ X-Python3-Version: >= 3.0 Homepage: http://urllib3.readthedocs.org Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-urllib3.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-urllib3.git +Testsuite: autopkgtest Package: python-urllib3 Architecture: all |