#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=--ignore gitubuntu/importer_tag_test.py --ignore gitubuntu/importer_test.py

%:
	dh $@ --with bash-completion,python3 --buildsystem=pybuild
