#!/usr/bin/make -f

export PYBUILD_NAME=django-environ

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	PYTHONPATH=. LC_ALL=C.UTF-8 dh_auto_test
