File: rules

package info (click to toggle)
yanc 0.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: python: 214; makefile: 17
file content (9 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME = nose-yanc

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

override_dh_auto_test:
	-nosetests3 yanc/test_yanc.py