Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jan 10, 2025
1 parent 5a45007 commit c51dc3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ uv_resolution =
min: lowest-direct

commands =
pytest --durations=20 --durations-min=1.0 --cov-report term-missing !min: -Werror {posargs:-n auto}
pytest --durations=20 --durations-min=1.0 --cov-report term-missing \
!min: -Werror \
{posargs:-n auto}

[testenv:style]
description = Check our style guide
Expand Down

0 comments on commit c51dc3a

Please sign in to comment.