mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-31 23:00:53 +00:00
Tell tox to pass the new env var through
This commit is contained in:
parent
dc4d30f7c2
commit
2bd63ce27a
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
passenv = TAHOE_LAFS_TRIAL_ARGS USERPROFILE HOMEDRIVE HOMEPATH
|
passenv = TAHOE_LAFS_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# Pre-install "incremental" to avoid bug #2913. Basically if Twisted's
|
# Pre-install "incremental" to avoid bug #2913. Basically if Twisted's
|
||||||
# setup_requires=["incremental"] causes this to be installed (with
|
# setup_requires=["incremental"] causes this to be installed (with
|
||||||
# setuptools), then it'll fail on travis's OS-X 10.12 machines when PyPI
|
# setuptools), then it'll fail on travis's OS-X 10.12 machines when PyPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user