Skip to content

Commit a3fdedf

Browse files
committed
Fix tox -e coverage.
Closes #309. Thanks @pawl
1 parent 83fd825 commit a3fdedf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ commands =
2828
deps =
2929
-e{toxinidir}[format]
3030

31-
py{27,35,py,py3}: green
31+
py{27,35,py,py3},coverage: green
32+
coverage: coverage
3233

33-
py{27,py,py3}: mock
34+
py{27,py,py3},coverage: mock
3435

3536
py{27,35}: lxml
3637
py{27,35,py}: sphinx
@@ -41,8 +42,6 @@ commands =
4142
coverage run --branch --source {toxinidir}/jsonschema [] {envbindir}/green jsonschema
4243
coverage report --show-missing
4344
coverage html
44-
deps =
45-
coverage
4645

4746

4847
[testenv:docs]

0 commit comments

Comments
 (0)