#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

export PYBUILD_NAME=django-rq
# The tests require a PostgreSQL instance with a database, would be nice to
# have but is simply to much to do right now. See integration_test/README.md.
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild
