Skip to content

Commit

Permalink
try: fix mac os travis failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Oct 28, 2020
1 parent 0f1b927 commit 6c89588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -37,14 +37,14 @@ jobs:
- echo 'alias python="python3"' >> /Users/travis/.bash_profile
- source ~/.bash_profile
- echo $PATH
- name: "Python 3.8.3 on macOS"
- name: "Python 3.8.1 on macOS"
os: osx
osx_image: xcode12u
osx_image: xcode10.2
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- brew install openslide
- echo 'export PATH="/usr/local/Frameworks/Python.framework/Versions/Current/bin:$PATH"' >> /Users/travis/.bash_profile
- shopt -s expand_aliases
- export PATH=/Users/travis/.pyenv/shims:$PATH PYENV_VERSION=3.8.1
- travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
- echo 'alias python="python3"' >> /Users/travis/.bash_profile
- source ~/.bash_profile
- echo $PATH
Expand Down

0 comments on commit 6c89588

Please sign in to comment.