#!/usr/bin/make -f

# No unit tests; there are integration tests, but they're somewhat
# complicated to run.
export PYBUILD_DISABLE := test

%:
	dh $@ --buildsystem=pybuild
