Make automated tests support running in Python 3.5.
Some checks failed
the build failed

This commit is contained in:
2018-10-15 09:04:29 -07:00
parent 695930a607
commit 71b1c3dfb0
5 changed files with 3 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ deps = -rtest_requirements.txt
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 .
- black --skip-string-normalization --line-length 100 --check .
flake8 .
[testenv:black]