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:
parent
5e98400a5a
commit
b5b1af2195
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
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
|
||||
|
|
Loading…
Reference in a new issue