#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-m "not network" -k "not test_parse_embedded_folder_view"
export no_proxy=localhost,127.0.0.1
export NO_PROXY=localhost,127.0.0.1
%:
	dh $@ --buildsystem=pybuild
