diff --git a/tox.ini b/tox.ini index 7b57a6d..28e5bc5 100644 --- a/tox.ini +++ b/tox.ini @@ -24,11 +24,7 @@ commands = description = Remove Python bytecode and other debris skip_install = true deps = pyclean -commands = - pyclean {posargs} {toxinidir} - rm -rf .tox/ concierge_cli.egg-info/ build/ dist/ -whitelist_externals = - rm +commands = pyclean {posargs:. --debris} [testenv:bandit] description = PyCQA security linter