Switch to TAHOE_LAFS prefix

This commit is contained in:
Jean-Paul Calderone 2018-04-03 14:07:12 -04:00
parent 6bca749592
commit dc4d30f7c2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ git:
env:
global:
- TAHOE_HYPOTHESIS_PROFILE=ci
- TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
install:
# ~/.local/bin is on $PATH by default, but on OS-X, --user puts it elsewhere

View File

@ -48,7 +48,7 @@ def _configure_hypothesis():
deadline=None,
)
profile_name = environ.get("TXKUBE_HYPOTHESIS_PROFILE", "default")
profile_name = environ.get("TAHOE_LAFS_HYPOTHESIS_PROFILE", "default")
settings.load_profile(profile_name)
_configure_hypothesis()