From 978fefa57a0236f81e4d6aa5fa7e02fb1fcc00fa Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 2 Jan 2018 11:47:01 -0800 Subject: [PATCH] Slower travis-ci workaround after 2017 q4 updates --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aebcb232..d3ec4166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: pip install coveralls tox script: tox before_install: # work around https://github.com/travis-ci/travis-ci/issues/8363 - - pyenv global system 3.5 + - which python3.5 || (pyenv install 3.5.4 && pyenv global system 3.5.4) - git --version - | if [ "$LATEST_GIT" = "1" ]; then