#!/usr/bin/make -f

DH_OPTIONS = -O--buildsystem=pybuild

override_dh_auto_test:
	pytest-3 tests/test_collections.py tests/test_crypto.py

%:
	dh $@ $(DH_OPTIONS:-O%=%)
