Do not test with Python 3.

This commit is contained in:
Thomas Goirand 2015-05-05 09:16:56 +00:00
parent 34ed5478a5
commit 28c94b420f

2
debian/rules vendored
View File

@ -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) $(PYTHON3S) ; do \
set -e && for i in $(PYTHONS) ; do \
PYMAJOR=`echo $$i | cut -d'.' -f1` ; \
echo "===> Testing with python$$i (python$$PYMAJOR)" ; \
rm -rf .testrepository ; \