#!/usr/bin/make -f

%:
	dh $@ --buildsystem=python_distutils --with=python2

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	trial txsocksx
endif
