Skip to content

Commit

Permalink
Remove debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Dec 22, 2022
1 parent d23d0af commit e2003ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -18,7 +18,7 @@ commands =
[testenv:coverage]
commands =
coverage erase
coverage run -m pytest tests --debug=trace
coverage run -m pytest tests
coverage report -m --fail-under=100

[testenv:lint]
Expand Down

0 comments on commit e2003ba

Please sign in to comment.