summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-09-25 09:19:33 -0400
committerJulian Berman <Julian@GrayVines.com>2013-09-25 09:19:33 -0400
commitf718d368834bddab2c9d430c7d814fba8434d1ea (patch)
tree371fabb9e907fc154da50abf59c6354932390824
parent6b3a0443d7e4ff72e5e92d7ab2909acddf667a2d (diff)
downloadjsonschema-f718d368834bddab2c9d430c7d814fba8434d1ea.tar.gz
Re-add the coverage env.
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 05dbbbf..676ad61 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,15 @@ deps =
{[testenv:notpy33]deps}
{[testenv:py33]deps}
+[testenv:coverage]
+commands =
+ coverage run --source jsonschema [] {envbindir}/py.test
+ coverage html
+deps =
+ {[testenv:notpy33]deps}
+ {[testenv:py33]deps}
+ coverage
+
[testenv:docs]
basepython = python
changedir = docs