Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Nov 6, 2024
1 parent bb18108 commit 081c4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allowlist_externals =
make

[pytest]
addopts = --color=yes --cov
addopts = --color=yes --cov=xsdba

[testenv]
setenv =
Expand All @@ -61,6 +61,6 @@ commands_pre =
pip list
pip check
commands =
pytest xsdba {posargs}
pytest {posargs}
; Coveralls requires access to a repo token set in .coveralls.yml in order to report stats
coveralls: - coveralls

0 comments on commit 081c4c0

Please sign in to comment.