Skip to content

Commit

Permalink
bump build on macOS 3.5.2 -> 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Dec 23, 2019
1 parent 3687ea1 commit 8e4d15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
after_success: python3 -m codecov

# osx python 3.5
- name: "Python: 3.5"
- name: "Python: 3.5.7"
os: osx
osx_image: xcode11
cache:
Expand All @@ -85,8 +85,8 @@ jobs:
homebrew:
update: true
before_install:
- pyenv install 3.5.2
- pyenv global 3.5.2
- pyenv install 3.5.7
- pyenv global 3.5.7
- export PATH="/Users/travis/.pyenv/shims:${PATH}"
- python3 -m pip install --user --upgrade pip
- python3 -m pip install --user --upgrade setuptools
Expand Down

0 comments on commit 8e4d15e

Please sign in to comment.