Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
annotate Code/python_oauth2-master/debian/rules @ 29:b1c54790ed97
Report update
author | Paulo Chiliguano <p.e.chiilguano@se14.qmul.ac.uk> |
---|---|
date | Tue, 01 Sep 2015 11:29:38 +0100 |
parents | e68dbee1f6db |
children |
rev | line source |
---|---|
p@21 | 1 #!/usr/bin/make -f |
p@21 | 2 # -*- mode: makefile; coding: utf-8 -*- |
p@21 | 3 |
p@21 | 4 DEB_PYTHON_SYSTEM = pysupport |
p@21 | 5 |
p@21 | 6 include /usr/share/cdbs/1/rules/debhelper.mk |
p@21 | 7 include /usr/share/cdbs/1/class/python-distutils.mk |
p@21 | 8 |
p@21 | 9 build/python-oauth2:: |
p@21 | 10 pyflakes oauth2 |
p@21 | 11 python-coverage run --branch --include=oauth2/* setup.py test |
p@21 | 12 python-coverage html -d $(ARTIFACTS)/htmlcov |