Fix tox -e coverage.

Closes #309. Thanks @pawl
This commit is contained in:
Julian Berman 2016-11-26 21:11:41 -05:00
parent 83fd825f6f
commit a3fdedfb3c
1 changed files with 3 additions and 4 deletions

View File

@ -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]