ci: fix build failure in Travis [skip appveyor] (#12678)

This commit is contained in:
erw7 2020-07-25 05:37:47 +09:00 committed by GitHub
parent 326b87feb6
commit 6c6cee644d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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:'
(