#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_TEST_ARGS=-v \
	-k 'not test_locale.py \
	and not test_apprise_attachment_truncate \
	and not test_api.py \
	and not test_apprise_translations.py' \
	tests/

%:
	dh $@  --buildsystem=pybuild
