File: rules

package info (click to toggle)
python-scooby 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 1,115; makefile: 32
file content (12 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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_import_time \
                         '

%:
	dh $@ --buildsystem=pybuild