Skip to content

Commit

Permalink
Repair the py27-coverage-simple tox env. (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn authored Jul 19, 2016
1 parent 92c7a8f commit 7a3d81d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ deps =
cachecontrol: CacheControl
cachecontrol: lockfile
coverage: coverage==4.0.3
whitelist_externals = open

[integration]
commands =
Expand Down Expand Up @@ -55,10 +56,12 @@ commands = {[integration]commands}
[testenv:py27-coverage-simple]
basepython = python2.7
commands =
coverage erase
coverage run -p -m py.test {posargs:}
python scripts/combine_coverage.py
coverage combine
coverage report
coverage html
open htmlcov/index.html

[testenv:coverage]
basepython = python2.7
Expand Down

0 comments on commit 7a3d81d

Please sign in to comment.