#!/usr/bin/make -f

export PYBUILD_TEST_ARGS={dir}/tasklib/tests.py

# for unit tests
export TZ=UTC

%:
	dh $@ --buildsystem=pybuild
