#!/usr/bin/make -f

export PYBUILD_NAME=morfessor
export PYBUILD_DISABLE_python2 = 1

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

execute_before_dh_auto_test:
	python3 setup.py test
