Skip to content

Commit 7a6d075

Browse files
committed
fix(tox): add dependency so that tox p runs coverage-report last
1 parent 4a71a02 commit 7a6d075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ skip_install = true
5151
commands =
5252
coverage combine
5353
coverage report
54+
depends = py31{0,1},py3{7,8,9,10,11,12}-cli
5455

5556

5657
[testenv:svg]

0 commit comments

Comments
 (0)