#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=responses
export PYBUILD_TEST_ARGS={dir}
# The tests require local network (but not internet) access.
# pybuild's setting of http_proxy=http://127.0.0.1:9/ breaks it.
export http_proxy=

%:
	dh $@ --buildsystem=pybuild
