#!/usr/bin/make -f

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

export ISO4217_DOWNLOAD_URL=file://$(CURDIR)/debian/list-one.xml

%:
	dh $@ --buildsystem=pybuild --with python3

override_dh_auto_test:
	PYTHONPATH=. python3 iso4217/test.py
