summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: b033630d0f3102356fb635b1e2955540d3ef6ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate

[tox]
envlist = py{34,35,36},flake8

[testenv]
deps =
     -rrequirements.d/development.txt
     -rrequirements.d/attic.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