#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE = 1

export PYBUILD_OPTION = --test-pytest
export PYBUILD_TEST_ARGS = --verbose -r s

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