Skip to content

Commit

Permalink
tox: coverage[toml]
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 5, 2023
1 parent a73bba7 commit 086cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ commands =
sphinx-build -W -b html doc doc/_build/html {posargs}

[testenv:coverage-report]
deps = coverage>=4.2
deps = coverage[toml]>=4.2
skip_install = true
commands =
coverage combine
Expand Down

0 comments on commit 086cecc

Please sign in to comment.