comparison Makefile @ 0:0b2a3581c48d

Import initial ''bitten'' source.
author cmlenz
date Sun, 22 May 2005 15:49:22 +0000
parents
children 9ac0ee86ec7c
comparison
equal deleted inserted replaced
-1:000000000000 0:0b2a3581c48d
1 PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923
2
3 all: pylint test
4
5 pylint:
6 PYTHONPATH=.:../Trac/trunk pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint.txt
7
8 #test:
9 # find . -name *.pyc | xargs rm
10 # PYTHONPATH=. trac/test.py
Copyright (C) 2012-2017 Edgewall Software