#!/usr/bin/make -f

export PYBUILD_NAME=w1thermsensor
export PYBUILD_TEST_PYTEST = 1
export PYBUILD_TEST_ARGS = {dir}/tests/ -s

export W1THERMSENSOR_NO_KERNEL_MODULE=1

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