diff --git a/pyproject.toml b/pyproject.toml index 99679b2..ad3a197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,6 @@ exclude = [".cache",".git",".github",".tox","build","dist","docs","tests"] [tool.black] color = true -[tool.coverage.xml] -output = "tests/coverage-report.xml" - [tool.isort] color_output = true profile = "black" diff --git a/tox.ini b/tox.ini index e286479..ef2b261 100644 --- a/tox.ini +++ b/tox.ini @@ -68,11 +68,7 @@ commands = [testenv:clean] description = Clean up bytecode and build artifacts deps = pyclean -commands = - pyclean {posargs:.} - rm -rf .tox/ build/ dist/ django_analytical.egg-info/ .coverage coverage.xml tests/coverage-report.xml tests/unittests-report.xml -allowlist_externals = - rm +commands = pyclean {posargs:. --debris --remove tests/unittests-report.xml --yes} [flake8] exclude = .cache,.git,.tox,build,dist