Skip to content

Commit

Permalink
Fix PyClean erase argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Nov 1, 2023
1 parent f761cf2 commit 5393e14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ commands =
coverage report

[testenv:clean]
description = Clean up bytecode
description = Clean up bytecode and build artifacts
skip_install = true
deps = pyclean
commands = pyclean {posargs:. --debris cache coverage package pytest ruff --remove tests/unittests-report.xml --yes}
commands = pyclean {posargs:. --debris cache coverage package pytest ruff --erase tests/unittests-report.xml --yes}

[testenv:ensure_version_matches]
description = Verify package version is same as Git tag
Expand Down

0 comments on commit 5393e14

Please sign in to comment.