#!/usr/bin/make -f

export PYBUILD_NAME=docker-compose
%:
	dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_test:
	# tests disabled because they require networking

test:
	python setup.py test
