forked from orbit-oss/flask
Improved script for automatic extension testing
This commit is contained in:
parent
a7d83a9f80
commit
3a80ecc660
2 changed files with 216 additions and 33 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue