Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed May 3, 2024
1 parent 97122e9 commit a7dc6e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
envlist = py3
isolated_build = True

[tool:pytest]
addopts = --cov felupe --cov-report xml --cov-report term

[testenv]
deps =
pytest
pytest-cov
commands =
pytest {posargs}
pytest

0 comments on commit a7dc6e6

Please sign in to comment.