#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k wrong_input
%:
	dh $@ --buildsystem=pybuild
