#!/usr/bin/make -f
export PYBUILD_NAME=pytest-services
export PYBUILD_TEST_ARGS=-p pytest_services.plugin -k 'not test_mysql'

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
