summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 244cde5b0c570f0b9cb76d5a5b193c6df12cb599 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=ofxparse

override_dh_auto_test:
	dh_auto_test || true

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