#!/usr/bin/make -f

export PYBUILD_NAME=bqplot

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# Ignore results to avoid cyclic dependency with ipywidgets
	dh_auto_test || true
