Use tox from make test

This commit is contained in:
Markus Unterwaditzer 2016-11-02 17:56:59 +01:00
parent ec9717502f
commit a4ed3d2806
4 changed files with 9 additions and 8 deletions

View file

@ -4,9 +4,13 @@ envlist = {py26,py27,pypy}-{lowest,release,devel}{,-simplejson}, {py33,py34,py35
[testenv]
passenv = LANG
usedevelop=true
commands =
py.test [] --cov=flask --cov-report html
# We need to install those after Flask is installed.
pip install -e examples/flaskr
pip install -e examples/minitwit
py.test --cov=flask --cov-report html []
deps=
pytest
pytest-cov