Do not test with Python 3.
This commit is contained in:
parent
34ed5478a5
commit
28c94b420f
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) $(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 ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user