File: rules

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

#export DH_VERBOSE = 1

export PYBUILD_NAME=django-rq
# The tests require a PostgreSQL instance with a database, would be nice to
# have but is simply to much to do right now. See integration_test/README.md.
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild