mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Switch to TAHOE_LAFS prefix
This commit is contained in:
parent
6bca749592
commit
dc4d30f7c2
@ -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
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user