[python-dtcwt] 493/497: d/rules: execute tests with python 3 too

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:42 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit d077c8e64f8b00b00e1f0d04dc154997835613ee
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Jul 21 18:35:58 2015 +0100

    d/rules: execute tests with python 3 too
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index c2cd034..462a097 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_build:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	python setup.py nosetests
+	python3 setup.py nosetests
 endif
 
 override_dh_sphinxdoc:

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



More information about the debian-science-commits mailing list