forked from orbit-oss/flask
use setup.py test. This fixes #56
This commit is contained in:
parent
a6617f44c0
commit
707b30749d
2 changed files with 10 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
python tests/flask_tests.py
|
||||
python setup.py test
|
||||
|
||||
release:
|
||||
python setup.py release sdist upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue