[Python-modules-commits] [utidylib] 14/16: Run testsuite during build.

Michal Cihar nijel at moszumanska.debian.org
Thu Jul 7 12:53:44 UTC 2016


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

nijel pushed a commit to branch master
in repository utidylib.

commit c5f042dc9d38c5ef9f2fd4bd0350e085a0f18792
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Jul 7 14:50:18 2016 +0200

    Run testsuite during build.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ca20b7..3ebec9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ utidylib (0.3-1) UNRELEASED; urgency=low
   * Add dh-python to build depends.
   * Adjust Vcs-Svn URL.
   * Adjust dependencies to new tidy library (Closes: #828902).
+  * Run testsuite during build.
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
diff --git a/debian/rules b/debian/rules
index 4647c9c..886ffda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_auto_test:
+	python setup.py test

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



More information about the Python-modules-commits mailing list