File: rules

package info (click to toggle)
python-scooby 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: python: 864; makefile: 33
file content (13 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=scooby
export PYBUILD_TEST_ARGS='-k not test_get_version \
                         and not test_tracking \
                         and not test_import_os_error \
                         and not test_cli \
                         and not test_auto_report \
                         and not test_import_time \
                         '

%:
	dh $@ --buildsystem=pybuild