[Python-modules-commits] [wtforms] 04/06: d/rules use python-coverage for tests

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Fri Jan 8 21:34:56 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository wtforms.

commit 47c8ff1b8a47879d1d603e8f761a32ed9d0c0ee8
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Tue Dec 22 00:05:53 2015 +0200

    d/rules use python-coverage for tests
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 69d50c8..6ef47d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export PYBUILD_NAME=wtforms
 %:
 	dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild
 
+override_dh_auto_test:
+	python-coverage run tests/runtests.py
+
 override_dh_auto_build:
 	dh_auto_build
 	rm docs/_templates/layout.html

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



More information about the Python-modules-commits mailing list