Skip to content

Commit dd85efd

Browse files
committed
ci: travis update python version from 3.7.4 to 3.7.8
1 parent 28b0d4b commit dd85efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- os: osx
1212
language: generic
1313
env:
14-
- PYTHON_VERSION=3.7.4
14+
- PYTHON_VERSION=3.7.8
1515

1616
- os: osx
1717
language: generic
@@ -20,7 +20,7 @@ matrix:
2020

2121
cache:
2222
directories:
23-
- $HOME/.pyenv/versions/3.7.4
23+
- $HOME/.pyenv/versions/3.7.8
2424
- $HOME/.pyenv/versions/2.7.15
2525
- $HOME/downloads
2626

@@ -30,7 +30,7 @@ before_install:
3030
# dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
3131
# Referenced from: /Users/travis/.pyenv/versions/3.7.2/bin/python
3232
# Reason: Incompatible library version: python requires version 11.0.0 or later, but libintl.8.dylib provides version 10.0.0
33-
if [[ "$TRAVIS_OS_NAME" == "osx" && "${PYTHON_VERSION}" == "3.7.4" ]]; then
33+
if [[ "$TRAVIS_OS_NAME" == "osx" && "${PYTHON_VERSION}" == "3.7.8" ]]; then
3434
brew install gettext
3535
fi
3636
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; ln -s $(which python2) $HOME/bin/python; fi

0 commit comments

Comments
 (0)