#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0+git at
# Tue, 24 Nov 2015 16:44:50 +0100

export PYBUILD_NAME = schedule
export PYBUILD_BEFORE_TEST=cp -r {dir}/test_* {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_*

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


