#!/usr/bin/make -f

export PYBUILD_TEST_ARGS = -m "not linter"
export PYBUILD_DISABLE = test

%:
	dh $@ --buildsystem=pybuild
