use setup.py test. This fixes #56

This commit is contained in:
Armin Ronacher 2010-05-31 17:53:10 +02:00
parent a6617f44c0
commit 707b30749d
2 changed files with 10 additions and 2 deletions

View file

@ -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