Implemented simplified CLI interface

This commit is contained in:
Armin Ronacher 2016-05-26 20:07:52 +02:00
parent 7108a51bbc
commit 3b98e39768
5 changed files with 51 additions and 91 deletions

View file

@ -3,7 +3,7 @@
all: clean-pyc test
test:
py.test tests examples
FLASK_DEBUG= py.test tests examples
tox-test:
tox