#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--ignore=test/test_pystiebeleltron.py

%:
	dh $@ --buildsystem=pybuild
