[Python-modules-commits] [django-filter] 01/01: Run tests for Python3.4 and Python3.5.

Brian May bam at moszumanska.debian.org
Mon Oct 26 02:15:43 UTC 2015


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

bam pushed a commit to branch master
in repository django-filter.

commit 810c891958606bdbda0dc20c211f904eb7e816bb
Author: Brian May <bam at debian.org>
Date:   Mon Oct 26 13:01:51 2015 +1100

    Run tests for Python3.4 and Python3.5.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ecfa03d..0163370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-filter (0.11.0-2) unstable; urgency=medium
+
+  * Run tests for all Python 3.*
+
+ -- Brian May <bam at debian.org>  Mon, 26 Oct 2015 13:00:58 +1100
+
 django-filter (0.11.0-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 8010209..a53992e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,4 @@ override_dh_auto_build:
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
-	python2 ./runtests.py
-	python3 ./runtests.py
+	dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"

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



More information about the Python-modules-commits mailing list