#!/usr/bin/make -f

%:
	dh $@ --buildsystem pybuild

# Overwrite bad tests
override_dh_auto_test:

