Also running Py3 tests.

This commit is contained in:
Thomas Goirand 2016-01-17 06:42:08 +00:00
parent 4efc977700
commit 3979a98d70
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ python-os-client-config (1.14.0-1) experimental; urgency=medium
* Fixed (build-)depends for this release. * Fixed (build-)depends for this release.
* Added patch to stop using reno. * Added patch to stop using reno.
* Fixed debian/copyright ordering. * Fixed debian/copyright ordering.
* Also running Py3 tests.
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000 -- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ override_dh_install:
override_dh_auto_test: override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
echo "===> Running tests" echo "===> Running tests"
set -e && for i in $(PYTHONS) ; do \ set -e && for i in $(PYTHONS) $(PYTHON3S) ; do \
PYMAJOR=`echo $$i | cut -d'.' -f1` ; \ PYMAJOR=`echo $$i | cut -d'.' -f1` ; \
echo "===> Testing with python$$i (python$$PYMAJOR)" ; \ echo "===> Testing with python$$i (python$$PYMAJOR)" ; \
rm -rf .testrepository ; \ rm -rf .testrepository ; \