#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/joostlek/python-withings.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_TEST_ARGS= -v tests

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

override_dh_auto_test:
	dh_auto_test || true
