diff --git a/tox.ini b/tox.ini index 7f7b6e0..fcc0954 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,10 @@ commands = deps = -e{toxinidir}[format] - py{27,35,py,py3}: green + py{27,35,py,py3},coverage: green + coverage: coverage - py{27,py,py3}: mock + py{27,py,py3},coverage: mock py{27,35}: lxml py{27,35,py}: sphinx @@ -41,8 +42,6 @@ commands = coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/green jsonschema coverage report --show-missing coverage html -deps = - coverage [testenv:docs]