comparison 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
comparison
equal deleted inserted replaced
20:1dbd24575d44 21:e68dbee1f6db
1 #!/usr/bin/make -f
2 # -*- mode: makefile; coding: utf-8 -*-
3
4 DEB_PYTHON_SYSTEM = pysupport
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/python-distutils.mk
8
9 build/python-oauth2::
10 pyflakes oauth2
11 python-coverage run --branch --include=oauth2/* setup.py test
12 python-coverage html -d $(ARTIFACTS)/htmlcov