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

[tox]
envlist = py{32,33,34,35}

[testenv]
# Change dir to avoid import problem for cython code. The directory does
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
deps =
     -rrequirements.d/development.txt
     attic
commands = py.test --cov=borg --cov-config=../.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *