summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-05-22 19:30:56 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-05-22 19:30:56 +0200
commitb5b1af2195e31c171fad3c5b59fa3df005a32da9 (patch)
tree2e787dc9edf75d08409df404f4b1b24720b4c441 /tox.ini
parent5e98400a5aad0604d5265d8feb5e36ef9d616d58 (diff)
tox >= 2.0 needs passenv in tox.ini, so that fakeroot can work
tox 2.x does not inherit environment vars by default.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1a71053c4..46e4c01d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py32, py33, py34
# Change dir to avoid import problem
changedir = docs
commands = {envpython} -m borg.testsuite.run -bv []
+passenv = * # fakeroot -u needs some env vars
[testenv:py32]
deps = mock