#!/usr/bin/make -f

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

override_dh_auto_test:
	# Avoid pybuild since it mucks with the http_proxy
	nosetests3
