File: rules

package info (click to toggle)
ipython-genutils 0.1.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 200 kB
  • sloc: python: 895; 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