#!/usr/bin/make -f

export PYBUILD_NAME=nose-json

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

dh_auto_test:
	# tests are not shipped in the tarball
