Configure CI to use the Hypothesis CI profile

This commit is contained in:
Jean-Paul Calderone 2018-04-03 13:12:16 -04:00
parent f6f617c33c
commit a218b68d98

View File

@ -7,6 +7,10 @@ before_cache:
git:
depth: 1000
env:
global:
- TAHOE_HYPOTHESIS_PROFILE=ci
install:
# ~/.local/bin is on $PATH by default, but on OS-X, --user puts it elsewhere
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH=$HOME/Library/Python/2.7/bin:$PATH; fi