File: rules

package info (click to toggle)
python-rsyncmanager 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 548; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := \
	xvfb-run {interpreter} -m pytest \
	$(if $(PYBUILD_AUTOPKGTEST),{dir}/rsyncmanager/test)

%:
	dh $@ --buildsystem=pybuild