X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/e21f11bb2a7263033cb017793b6ec8ef33c91966..d2d1550411f009fc0d816c354290e2c041ec6d6b:/debian/rules diff --git a/debian/rules b/debian/rules index 04d6f4e..7b85a0a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #! /usr/bin/make -f -%:; dh $@ --parallel --with python2 +%:; dh $@ --parallel --with python2,python3 -export PYTHONS := $(shell pyversions -r) +export PYTHONS := $(shell pyversions -r && py3versions -r) override_dh_auto_test: dh_auto_test -- OPTS-check=-V