From 3979a98d70095ece2f5014374c67ae21bd2a7fdf Mon Sep 17 00:00:00 2001
From: Thomas Goirand <thomas@goirand.fr>
Date: Sun, 17 Jan 2016 06:42:08 +0000
Subject: [PATCH] Also running Py3 tests.

---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7c5cc64..5572c8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/rules b/debian/rules
index 3e6cf2d..79132f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 ; \