py.test => pytest (#2173)

py.test => pytest
This commit is contained in:
vojtekb 2017-02-09 18:34:16 +01:00 committed by Markus Unterwaditzer
parent 9e2807da76
commit 95db82f8f7
5 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@ commands =
pip install -e examples/flaskr
pip install -e examples/minitwit
pip install -e examples/patterns/largerapp
py.test --cov=flask --cov-report html []
pytest --cov=flask --cov-report html []
deps=
pytest
pytest-cov