We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3687ea1 commit 8e4d15eCopy full SHA for 8e4d15e
.travis.yml
@@ -72,7 +72,7 @@ jobs:
72
after_success: python3 -m codecov
73
74
# osx python 3.5
75
- - name: "Python: 3.5"
+ - name: "Python: 3.5.7"
76
os: osx
77
osx_image: xcode11
78
cache:
@@ -85,8 +85,8 @@ jobs:
85
homebrew:
86
update: true
87
before_install:
88
- - pyenv install 3.5.2
89
- - pyenv global 3.5.2
+ - pyenv install 3.5.7
+ - pyenv global 3.5.7
90
- export PATH="/Users/travis/.pyenv/shims:${PATH}"
91
- python3 -m pip install --user --upgrade pip
92
- python3 -m pip install --user --upgrade setuptools
0 commit comments