Use tox from make test
This commit is contained in:
parent
ec9717502f
commit
a4ed3d2806
4 changed files with 9 additions and 8 deletions
6
tox.ini
6
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue