#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/icholy/durationpy.git
include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	set -e ; set -x ; for i in $$(py3versions -rv 2>/dev/null) ; do \
		python$$i test.py ; \
	done
