File: rules

package info (click to toggle)
skorch 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,248 kB
  • sloc: python: 12,384; sh: 56; makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 202 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:
	-dh_auto_test