#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=tests -k "not test_spotify_client_credentials_get_access_token"

%:
	dh $@ --buildsystem=pybuild
