Skip to content

Commit

Permalink
Newlines for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 23, 2024
1 parent 2878388 commit ef80710
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ passenv =
extras =
dev
commands =
{envpython} -m pytest --cov cherry_picker --cov-report html --cov-report term --cov-report xml {posargs}
{envpython} -m pytest \
--cov cherry_picker \
--cov-report html \
--cov-report term \
--cov-report xml \
{posargs}

0 comments on commit ef80710

Please sign in to comment.