borg/tox.ini
pamaron 9df0e61f79
add python3.9 testing and related llfuse changes (backport to 1.1-maint) (#5389)
also:

do brew update again with dev/null redirect to avoid "too much log output" on travis-ci
2020-10-06 18:11:55 +02:00

18 lines
494 B
INI

# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate
[tox]
envlist = py{34,35,36,37,38,39},flake8
[testenv]
deps =
-rrequirements.d/development.txt
-rrequirements.d/fuse.txt
commands = py.test -n {env:XDISTN:4} -rs --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *
[testenv:flake8]
changedir =
deps = flake8
commands = flake8 src scripts conftest.py