Merge pull request #12711 from jamessan/travis-0.4

travis: Use Python 3.7.1
This commit is contained in:
James McCoy 2020-08-02 22:36:24 -04:00 committed by GitHub
commit 82283a3d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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