From 704151c8a252a7a7314d9c88f7cf6c5a5e29ae06 Mon Sep 17 00:00:00 2001 From: erw7 Date: Sat, 25 Jul 2020 05:37:47 +0900 Subject: [PATCH] ci: fix build failure in Travis [skip appveyor] (#12678) --- ci/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_install.sh b/ci/before_install.sh index 5cb6894b8c..f21f541474 100755 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -26,7 +26,7 @@ if [[ "${TRAVIS_OS_NAME}" != osx ]] && command -v pyenv; then echo 'Setting Python versions via pyenv' # Prefer Python 2 over 3 (more conservative). - pyenv global 2.7.15:3.7 + pyenv global 2.7.15:3.7.1 echo 'Updated Python info:' (