rules 337 B

123456789101112
  1. #!/usr/bin/make -f
  2. # -*- mode: makefile; coding: utf-8 -*-
  3. DEB_PYTHON_SYSTEM = pysupport
  4. include /usr/share/cdbs/1/rules/debhelper.mk
  5. include /usr/share/cdbs/1/class/python-distutils.mk
  6. build/python-oauth2::
  7. pyflakes oauth2
  8. python-coverage run --branch --include=oauth2/* setup.py test
  9. python-coverage html -d $(ARTIFACTS)/htmlcov