#! /usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME = fakeredis
# Most tests require a running Redis server, so run them in an autopkgtest
# instead.
export PYBUILD_DISABLE := test

%:
	dh $@ --buildsystem=pybuild
