#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Wed, 24 Jan 2018 22:45:36 +0100
export PYBUILD_NAME=asyncclick
%:
	dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
	env PYTHONPATH=src python3 -mpytest -sxv tests/

