From e3ab8902692e896da9ded42bd4d76ea4e1de359d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 Sep 2017 09:40:06 -0700 Subject: [PATCH] Work around travis-ci/travis-ci#8363 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f91d702..aebcb232 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ matrix: 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 - git --version - | if [ "$LATEST_GIT" = "1" ]; then