#!/usr/bin/make -f

# tl.testing is not available in Debian.
export PYBUILD_TEST_ARGS = --ignore=test/test_cloud_push.py

%:
	dh $@ --buildsystem=pybuild
