Merge pull request #2131 from wgwz/add-larger-app-ex

Add larger app ex
This commit is contained in:
Markus Unterwaditzer 2017-01-15 05:56:12 +01:00 committed by GitHub
commit 47e8410117
10 changed files with 37 additions and 0 deletions

View file

@ -10,6 +10,7 @@ commands =
# We need to install those after Flask is installed.
pip install -e examples/flaskr
pip install -e examples/minitwit
pip install -e examples/patterns/largerapp
py.test --cov=flask --cov-report html []
deps=
pytest