Skip to content

Commit

Permalink
tox.ini: Corrected [testenv] command-line options
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Feb 20, 2024
1 parent d36207f commit 7b0bf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ deps =
pytest>=7.4
pytest-cov>=4.1
commands =
pytest --cov --cov-config setup.cfg {posargs}
pytest --cov --cov-config tox.ini {posargs}

0 comments on commit 7b0bf81

Please sign in to comment.