mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Ensure to remove cache files for Tox runs
This commit is contained in:
@@ -7,9 +7,13 @@ minversion = 3.10.0
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
deps = -rtest_requirements.txt
|
||||
whitelist_externals = sh
|
||||
whitelist_externals =
|
||||
find
|
||||
sh
|
||||
install_command =
|
||||
sh scripts/pip {opts} {packages}
|
||||
commands_pre =
|
||||
find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -path '*/__pycache__/*' -name '*.py[c|o]' -delete
|
||||
commands =
|
||||
pytest
|
||||
py36,py37: black --check .
|
||||
|
||||
Reference in New Issue
Block a user