Skip to content

Commit 63887a9

Browse files
committed
fix: one more attempt at coverage
1 parent 4c92a48 commit 63887a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
envlist = py310, py311, py312, py313, py314, pypy310
33

44
[testenv]
5-
setenv =
6-
PYTHONPATH = {toxinidir}
5+
deps =
6+
pytest
7+
pytest-cov
8+
commands =
9+
pytest --cov=json2xml --cov-report=xml
710

811
allowlist_externals = pytest
912

0 commit comments

Comments
 (0)