|
@@ -5,10 +5,11 @@ skipsdist = True
|
|
[testenv]
|
|
[testenv]
|
|
usedevelop = True
|
|
usedevelop = True
|
|
deps = -rtest_requirements.txt
|
|
deps = -rtest_requirements.txt
|
|
|
|
+whitelist_externals = bash
|
|
commands =
|
|
commands =
|
|
py.test --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end \
|
|
py.test --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end \
|
|
tests []
|
|
tests []
|
|
- - black --skip-string-normalization --line-length 100 --check .
|
|
|
|
|
|
+ bash scripts/black
|
|
flake8 .
|
|
flake8 .
|
|
|
|
|
|
[testenv:black]
|
|
[testenv:black]
|