1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

tox >= 2.0 needs passenv in tox.ini, so that fakeroot can work

tox 2.x does not inherit environment vars by default.
This commit is contained in:
Thomas Waldmann 2015-05-22 19:30:56 +02:00
parent 5e98400a5a
commit b5b1af2195

View file

@ -5,6 +5,7 @@ envlist = py32, py33, py34
# Change dir to avoid import problem # Change dir to avoid import problem
changedir = docs changedir = docs
commands = {envpython} -m borg.testsuite.run -bv [] commands = {envpython} -m borg.testsuite.run -bv []
passenv = * # fakeroot -u needs some env vars
[testenv:py32] [testenv:py32]
deps = mock deps = mock