[Python-modules-commits] [django-model-utils] 01/01: Fix tests.
Brian May
bam at moszumanska.debian.org
Mon Oct 26 02:30:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository django-model-utils.
commit 6bd9e20e2c893c54cb403979d870f19152feeb2a
Author: Brian May <bam at debian.org>
Date: Mon Oct 26 13:24:35 2015 +1100
Fix tests.
---
debian/changelog | 6 ++++++
debian/rules | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4d8722c..4ff962b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-model-utils (2.3.1-3) unstable; urgency=medium
+
+ * Run tests for Python 3.4 and Python 3.5.
+
+ -- Brian May <bam at debian.org> Mon, 26 Oct 2015 13:26:34 +1100
+
django-model-utils (2.3.1-2) unstable; urgency=medium
* Add VCS-* headers.
diff --git a/debian/rules b/debian/rules
index ba2a79c..2ed2758 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,7 @@ export PYBUILD_NAME=django-model-utils
.PHONY: override_dh_auto_test
override_dh_auto_test:
- python runtests.py
- python3 runtests.py
+ dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"
.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-model-utils.git
More information about the Python-modules-commits
mailing list