Enable branch coverage and show report on the command line.

Closes #137
This commit is contained in:
Julian Berman
2013-12-08 14:34:08 -05:00
parent 00e05898bc
commit eb557da58c

View File

@@ -11,7 +11,8 @@ deps =
[testenv:coverage]
commands =
coverage run --source jsonschema [] {envbindir}/py.test
coverage run --branch --source jsonschema [] {envbindir}/py.test
coverage report --show-missing
coverage html
deps =
{[testenv:notpy33]deps}