#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-vv -k 'not test_save_and_load'
%:
	dh $@ --buildsystem=pybuild
