#! /usr/bin/make -f

export CI=TRUE

export PYBUILD_NAME=upath
export PYBUILD_BEFORE_TEST=cp -r {dir}/upath/tests {build_dir}
export PYBUILD_TEST_ARGS=-m "not network" tests
export PYBUILD_AFTER_TEST=$(RM) -r {build_dir}/tests

%:
	dh $@ --buildsystem=pybuild
