mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
travis: Relax pyenv versions to 2.7:3.8
We don't care about the specifics of the patch version, so just set the major:minor. [skip appveyor]
This commit is contained in:
@@ -22,7 +22,7 @@ if [[ "${TRAVIS_OS_NAME}" != osx ]] && command -v pyenv; then
|
|||||||
echo 'Setting Python versions via pyenv'
|
echo 'Setting Python versions via pyenv'
|
||||||
|
|
||||||
# Prefer Python 2 over 3 (more conservative).
|
# Prefer Python 2 over 3 (more conservative).
|
||||||
pyenv global 2.7.15:3.7.1
|
pyenv global 2.7:3.8
|
||||||
|
|
||||||
echo 'Updated Python info:'
|
echo 'Updated Python info:'
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user