#! /usr/bin/make -f

export PYBUILD_NAME=smoke-zephyr
export PYBUILD_TEST_ARGS=-s {dir}/tests -p "[a-z]*.py"

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