#! /usr/bin/make -f

export DATALAB_DATA=datalab/data
export PYBUILD_TEST_ARGS=-k 'not test_dep_viewer'

%:
	dh $@ --buildsystem=pybuild
