view Makefile @ 60:055a6c666fa8

* Pass a {{{Context}}} object to recipe commands as the first argument. Currently this only has the basedir, but will be extended to also provide output recording etc. * Fixes and cleanup to the recipe functions. * The build master now checks for failed build steps and sets the status of the build to ''failure'' if any step failed. * The test runner distutils command now also records output to stderr and stdout by the tests. * Upped version number to [milestone:0.2 0.2].
author cmlenz
date Mon, 27 Jun 2005 21:50:58 +0000
parents 196009657e5e
children 4289fa18de0f
line wrap: on
line source
PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923
PYTHONPATH = .

all: pylint

pylint:
	PYTHONPATH=$(PYTHONPATH) pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt
Copyright (C) 2012-2017 Edgewall Software