#!/usr/bin/make -f

export PYBUILD_NAME=zope.schema
export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS=cd {build_dir}; {interpreter} -m zope.testrunner --test-path . -vv

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