#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-o asyncio_mode=auto
%:
	dh $@ --buildsystem=pybuild
