#!/usr/bin/make -f

export PYBUILD_NAME=traittypes
export PYBUILD_TEST_ARGS=-k 'not test_initial_values'

%:
	dh $@ --buildsystem=pybuild
