[Python-modules-commits] [flask-restful] 02/07: re-enable tests

Alexandre Viau reazem-guest at moszumanska.debian.org
Fri Jul 31 20:14:53 UTC 2015


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

reazem-guest pushed a commit to branch master
in repository flask-restful.

commit 8719e17bc38dd5934a3c8159f582dc6eca016fee
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Jul 31 15:55:58 2015 -0400

    re-enable tests
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4b479da..f3bc136 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=flask-restful
-export PYBUILD_DISABLE_python3=test
-export PYBUILD_DISABLE_python2=test
+#export PYBUILD_DISABLE_python3=test
+#export PYBUILD_DISABLE_python2=test
+export PYBUILD_TEST_NOSE=1
+export PYBUILD_TEST_ARGS={dir} --verbose
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list