Implemented simplified CLI interface

This commit is contained in:
Armin Ronacher 2016-05-26 20:07:52 +02:00
parent 92f63a1c1d
commit 523e271183
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