Skip to content

Commit 6aa8903

Browse files
committed
tests: make 'cover' depend on 'py3*'
Allows 'tox -p' to run cleanly.
1 parent d2912bf commit 6aa8903

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
@@ -25,6 +25,7 @@ deps =
2525
coverage
2626
setenv =
2727
COVERAGE_FILE=.coverage
28+
depends = py37,py38,py39,py310,py311,py312,py313,pypy3
2829

2930
[testenv:docs]
3031
basepython =

0 commit comments

Comments
 (0)