annotate Code/python_oauth2-master/debian/rules @ 47:b0186d4a4496 tip

Move 7Digital dataset to Downloads
author Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk>
date Sat, 09 Jul 2022 00:50:43 -0500
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