From a218b68d9871d59c548feabef4d5783496cfff57 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 3 Apr 2018 13:12:16 -0400 Subject: [PATCH] Configure CI to use the Hypothesis CI profile --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9006be1c3..1cefe6e73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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