This commit is contained in:
parent
71b1c3dfb0
commit
1ab44d4201
2 changed files with 15 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -5,10 +5,11 @@ skipsdist = True
|
|||
[testenv]
|
||||
usedevelop = True
|
||||
deps = -rtest_requirements.txt
|
||||
whitelist_externals = bash
|
||||
commands =
|
||||
py.test --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end \
|
||||
tests []
|
||||
- black --skip-string-normalization --line-length 100 --check .
|
||||
bash scripts/black
|
||||
flake8 .
|
||||
|
||||
[testenv:black]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue