File: Makefile

package info (click to toggle)
django-rq 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 3,598; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
test:
	 coverage run `which django-admin.py` test tests --settings=tests.settings --pythonpath=.
	 python setup.py check --metadata --strict