[Python-modules-commits] [autopep8] 01/03: run the testsuite

Sylvestre Ledru sylvestre at moszumanska.debian.org
Mon Jun 19 20:56:07 UTC 2017


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

sylvestre pushed a commit to branch master
in repository autopep8.

commit 8163d141cae740c9e59fc7413fefaabad3ed8593
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Mon Jun 19 22:55:41 2017 +0200

    run the testsuite
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 741f727..7cc01b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@ override_dh_installdocs:
 	help2man  --version-string=$(VERSION) debian/python-autopep8/usr/bin/autopep8 > debian/autopep8.1
 	dh_installdocs
 
+override_dh_auto_test:
+	make test
+	dh_auto_test
+
 override_dh_clean:
 	rm debian/*.1
 	dh_clean

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



More information about the Python-modules-commits mailing list