Improved script for automatic extension testing

This commit is contained in:
Armin Ronacher 2010-07-25 17:33:45 +02:00
parent a7d83a9f80
commit 3a80ecc660
2 changed files with 216 additions and 33 deletions

View file

@ -1,10 +1,13 @@
.PHONY: clean-pyc test upload-docs docs
.PHONY: clean-pyc ext-test test upload-docs docs
all: clean-pyc test
test:
python setup.py test
ext-test:
python tests/flaskext_test.py --browse
release:
python setup.py release sdist upload