view Makefile @ 1:32e9f0e94c69

Fix running the unit tests from distutils.
author cmlenz
date Sun, 22 May 2005 16:19:04 +0000
parents 0b2a3581c48d
children 9ac0ee86ec7c
line wrap: on
line source
PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923

all: pylint test

pylint:
	PYTHONPATH=.:../Trac/trunk pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint.txt

#test:
#	find . -name *.pyc | xargs rm
#	PYTHONPATH=. trac/test.py
Copyright (C) 2012-2017 Edgewall Software