borgbackup/tox.ini

19 lines
485 B
INI
Raw Permalink Normal View History

# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate
2013-06-24 07:53:02 -04:00
[tox]
2016-05-21 13:24:18 -04:00
envlist = py{34,35,36},flake8
2013-06-24 07:53:02 -04:00
[testenv]
deps =
-rrequirements.d/development.txt
2016-08-21 13:27:23 -04:00
-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 = *
2016-01-30 16:01:27 -05:00
[testenv:flake8]
changedir =
deps = flake8
2016-11-14 15:50:20 -05:00
commands = flake8 src scripts conftest.py