#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=sasdata
export SKIP_NETWORK_TESTS=1

# list tests as they run
export PYBUILD_TEST_ARGS=-v

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