This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-snuggs.
commit a25a01cef23a86c6ef89f2bfc2b13a8fbef7f669 Author: Bas Couwenberg <[email protected]> Date: Sun Feb 21 11:55:14 2016 +0100 Add test_snuggs.py to test command. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b75acf2..42c3bcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ python-snuggs (1.3.1-2) UNRELEASED; urgency=medium * Team upload. * Update Vcs-* URLs to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Add test_snuggs.py to test command. + (closes: #815396) -- Bas Couwenberg <[email protected]> Sun, 21 Feb 2016 11:43:26 +0100 diff --git a/debian/rules b/debian/rules index 3d7c11f..00d1f69 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ export PYBUILD_NAME=snuggs export PYBUILD_TEST_PYTEST=1 +export PYBUILD_TEST_ARGS=$(CURDIR)/test_snuggs.py %: dh $@ --with python2,python3 --buildsystem pybuild -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-snuggs.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

