Various pyflakes fixes

This commit is contained in:
Armin Ronacher 2010-08-03 12:15:15 +02:00
parent f52f4fd31b
commit c9002569c9
3 changed files with 15 additions and 14 deletions

View file

@ -1,10 +1,13 @@
.PHONY: clean-pyc ext-test test upload-docs docs
.PHONY: clean-pyc ext-test test upload-docs docs audit
all: clean-pyc test
test:
python setup.py test
audit:
python setup.py audit
tox-test:
PYTHONDONTWRITEBYTECODE= tox