Tell tox to pass the new env var through

This commit is contained in:
Jean-Paul Calderone 2018-04-03 14:07:17 -04:00
parent dc4d30f7c2
commit 2bd63ce27a

View File

@ -13,7 +13,7 @@ skipsdist = True
[testenv]
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
# setup_requires=["incremental"] causes this to be installed (with
# setuptools), then it'll fail on travis's OS-X 10.12 machines when PyPI