#!/usr/bin/make -f

export PYBUILD_TEST_ARGS="-m not online and not flake8"

%:
	dh $@ --buildsystem=pybuild
