view Code/python_oauth2-master/debian/rules @ 21:e68dbee1f6db

Modified code New datasets Updated report
author Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk>
date Tue, 11 Aug 2015 10:50:36 +0100
parents
children
line wrap: on
line source
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

DEB_PYTHON_SYSTEM = pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

build/python-oauth2::
	pyflakes oauth2
	python-coverage run --branch --include=oauth2/* setup.py test
	python-coverage html -d $(ARTIFACTS)/htmlcov