Skip to content

Commit 5ffd984

Browse files
committed
Fix tox config
1 parent 9b4a1f8 commit 5ffd984

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

tox.ini

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
# pip is broken on py32
87
env_list = py36, py37, py38, py39, py310, py311, py312, py313
98

109
[testenv]
11-
install_command=pip install {packages}
1210
commands =
13-
coverage run -m pytest
14-
coverage report
11+
pytest --cov=lib
1512
deps =
16-
coverage
17-
pytest
18-
-e.
13+
pytest-cov
14+
# This needs to be set to include the test fixtures
15+
use_develop = true
1916

2017
[gh]
2118
python =

0 commit comments

Comments
 (0)