Also running Py3 tests.
This commit is contained in:
parent
4efc977700
commit
3979a98d70
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ python-os-client-config (1.14.0-1) experimental; urgency=medium
|
||||
* Fixed (build-)depends for this release.
|
||||
* Added patch to stop using reno.
|
||||
* Fixed debian/copyright ordering.
|
||||
* Also running Py3 tests.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -25,7 +25,7 @@ override_dh_install:
|
||||
override_dh_auto_test:
|
||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
echo "===> Running tests"
|
||||
set -e && for i in $(PYTHONS) ; do \
|
||||
set -e && for i in $(PYTHONS) $(PYTHON3S) ; do \
|
||||
PYMAJOR=`echo $$i | cut -d'.' -f1` ; \
|
||||
echo "===> Testing with python$$i (python$$PYMAJOR)" ; \
|
||||
rm -rf .testrepository ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user