#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_test:
	for version in $(shell pyversions -vr); do python$$version mox_test.py; done
