mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Add clean Tox target (run tox -e clean)
This commit is contained in:
parent
41b8c243d4
commit
44e642c34b
1 changed files with 9 additions and 0 deletions
9
tox.ini
9
tox.ini
|
|
@ -67,6 +67,15 @@ commands =
|
|||
{envpython} setup.py -q sdist bdist_wheel
|
||||
twine check dist/*
|
||||
|
||||
[testenv:clean]
|
||||
description = Clean up bytecode and build artifacts
|
||||
deps = pyclean
|
||||
commands =
|
||||
pyclean -v {toxinidir}
|
||||
rm -rf .tox/ build/ dist/ django_analytical.egg-info/ .coverage coverage.xml
|
||||
whitelist_externals =
|
||||
rm
|
||||
|
||||
[bandit]
|
||||
exclude = .cache,.git,.tox,build,dist,docs,tests
|
||||
targets = .
|
||||
|
|
|
|||
Loading…
Reference in a new issue