[Python-modules-commits] [voluptuous] 03/08: Verbose
Barry Warsaw
barry at moszumanska.debian.org
Tue Aug 2 19:01:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository voluptuous.
commit 88ab8769c422d42a72d0255e001fcc822dcbce6c
Author: Barry Warsaw <barry at ubuntu.com>
Date: Tue Aug 2 14:43:05 2016 -0400
Verbose
---
debian/rules | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index c67bc7c..7fad734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
export PYBUILD_NAME=voluptuous
+export PYBUILD_TEST_NOSE=1
+export PYBUILD_VERBOSE=1
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_test:
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="nosetests --verbose --with-doctest {build_dir}/ README.md tests.md" dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/voluptuous.git
More information about the Python-modules-commits
mailing list