2015-03-15 18:14:30 +01:00
|
|
|
[tox]
|
2018-04-10 05:34:59 +02:00
|
|
|
envlist=py3
|
2015-03-15 18:14:30 +01:00
|
|
|
skipsdist=True
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
usedevelop=True
|
|
|
|
deps=-rtest_requirements.txt
|
2018-09-30 07:45:00 +02:00
|
|
|
commands =
|
|
|
|
py.test --cov-report term-missing:skip-covered --cov=borgmatic borgmatic []
|
|
|
|
black --skip-string-normalization --line-length 100 --check .
|
|
|
|
|
|
|
|
[testenv:black]
|
|
|
|
basepython=python3.7
|
|
|
|
commands =
|
|
|
|
black --skip-string-normalization --line-length 100 .
|