File: rules

package info (click to toggle)
ipython-genutils 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • ctags: 206
  • sloc: python: 898; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=ipython-genutils
export LC_ALL=C.UTF-8
export PYBUILD_TEST_ARGS={interpreter} -m nose

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom dh_auto_test