Skip to content

Commit 8e4d15e

Browse files
committed
bump build on macOS 3.5.2 -> 3.5.7
1 parent 3687ea1 commit 8e4d15e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
after_success: python3 -m codecov
7373

7474
# osx python 3.5
75-
- name: "Python: 3.5"
75+
- name: "Python: 3.5.7"
7676
os: osx
7777
osx_image: xcode11
7878
cache:
@@ -85,8 +85,8 @@ jobs:
8585
homebrew:
8686
update: true
8787
before_install:
88-
- pyenv install 3.5.2
89-
- pyenv global 3.5.2
88+
- pyenv install 3.5.7
89+
- pyenv global 3.5.7
9090
- export PATH="/Users/travis/.pyenv/shims:${PATH}"
9191
- python3 -m pip install --user --upgrade pip
9292
- python3 -m pip install --user --upgrade setuptools

0 commit comments

Comments
 (0)