Skip to content

Commit

Permalink
Format with tox-ini-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 27, 2024
1 parent b702c1a commit b350d8e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires =
tox>=4.2
env_list =
py{313, 312, 311, 310, 39}
isolated_build = true

[testenv]
extras =
Expand All @@ -12,8 +11,8 @@ pass_env =
FORCE_COLOR
commands =
{envpython} -m pytest \
--cov cherry_picker \
--cov-report html \
--cov-report term \
--cov-report xml \
{posargs}
--cov cherry_picker \
--cov-report html \
--cov-report term \
--cov-report xml \
{posargs}

0 comments on commit b350d8e

Please sign in to comment.