#!/usr/bin/make -f

# TODO: check testsuite at build-time
#export PYBUILD_TEST_ARGS = --rootdir=$(CURDIR)
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild
