#!/usr/bin/make -f

export PYBUILD_NAME=passlib

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_test:
	python2 ./setup.py test
	python3 ./setup.py test
