#!/usr/bin/make -f

# needs internet
export PYBUILD_TEST_ARGS='-k not test_fluo2nx_application_'

%:
	dh $@ --buildsystem=pybuild
