view 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
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