#! /usr/bin/make -f

export PYBUILD_NAME=qasync
export PYBUILD_TEST_ARGS=-k 'not test_regression_bug13'


%:
	dh $@ --with python3 --buildsystem=pybuild
