#!/usr/bin/make -f

export PYBUILD_NAME=cssutils
export PYBUILD_DEST_DIR=debian/python3-cssutils

# Disable tests requiring internet access
export PYBUILD_TEST_ARGS = -k "not test_parseUrl and not test_handlers"

%:
	dh $@ --buildsystem=pybuild
