File: rules

package info (click to toggle)
skorch 0.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,928 kB
  • sloc: python: 17,070; sh: 60; makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS = -v

%:
	dh $@ -Spybuild --with python3

execute_after_dh_auto_install:
	-find debian -type f -name .coverage -delete

override_dh_auto_test:
	: