From 11db0fd8e95fe891597cbb9bf804480909b19e24 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 6 May 2020 20:57:56 +0100 Subject: [PATCH] temp commit to revert before merge --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 616a30d8ed..40fb3d2868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ env: - PATH="$PYENV_ROOT/bin:$PATH" - PIP_CACHE_DIR="$HOME/.cache/pip" # unify pip cache location for all platforms stages: - - check - test - build + - check # Travis doesn't support testing python on Mac yet, so we need # to workaround it by installing it directly with brew. #