From eb557da58cd845d421a6efb7a07583030e25b98b Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 8 Dec 2013 14:34:08 -0500 Subject: [PATCH] Enable branch coverage and show report on the command line. Closes #137 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fd9b67a..4355214 100644 --- a/tox.ini +++ b/tox.ini @@ -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}