File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ matrix:
11
11
- os : osx
12
12
language : generic
13
13
env :
14
- - PYTHON_VERSION=3.7.4
14
+ - PYTHON_VERSION=3.7.8
15
15
16
16
- os : osx
17
17
language : generic
@@ -20,7 +20,7 @@ matrix:
20
20
21
21
cache :
22
22
directories :
23
- - $HOME/.pyenv/versions/3.7.4
23
+ - $HOME/.pyenv/versions/3.7.8
24
24
- $HOME/.pyenv/versions/2.7.15
25
25
- $HOME/downloads
26
26
@@ -30,7 +30,7 @@ before_install:
30
30
# dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
31
31
# Referenced from: /Users/travis/.pyenv/versions/3.7.2/bin/python
32
32
# 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
34
34
brew install gettext
35
35
fi
36
36
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir $HOME/bin; ln -s $(which pip2) $HOME/bin/pip; ln -s $(which python2) $HOME/bin/python; fi
You can’t perform that action at this time.
0 commit comments