#!/usr/bin/make -f

export PYBUILD_NAME=petl

%:
	dh $@ --buildsystem=pybuild

# Known broken tests
override_dh_auto_test:
