diff options
author | James McCoy <jamessan@jamessan.com> | 2020-08-26 21:11:16 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2020-09-04 10:59:15 -0400 |
commit | 16e69eae704c18f6081dac6802e106ad78c65288 (patch) | |
tree | c381a223f76e7b728c69cc26f340d334ab5796bd | |
parent | f7434bab73ec97ddb25be312a366e91c255074b2 (diff) | |
download | rneovim-16e69eae704c18f6081dac6802e106ad78c65288.tar.gz rneovim-16e69eae704c18f6081dac6802e106ad78c65288.tar.bz2 rneovim-16e69eae704c18f6081dac6802e106ad78c65288.zip |
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]
-rwxr-xr-x | ci/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh index 1cf60edf73..c3fd8bdbde 100755 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -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.1 + pyenv global 2.7:3.8 echo 'Updated Python info:' ( |