#!/usr/bin/make -f
export PYTEST_ADDOPTS=--no-cov
%:
	dh $@ --buildsystem=pybuild
