Skip to content

Commit

Permalink
try to fix travis failure on macos pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini committed Oct 13, 2020
1 parent f3cd99c commit 0bbe54f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- brew update
- brew install openslide
- echo 'export PATH="/usr/local/Frameworks/Python.framework/Versions/Current/bin:$PATH"' >> /Users/travis/.bash_profile
- source ~/.bash_profile
- echo $PATH
env: CAN_FAIL=true
- name: "Python 3.7.4 on macOS"
Expand All @@ -30,6 +31,7 @@ jobs:
before_install:
- brew install openslide
- echo 'export PATH="/usr/local/Frameworks/Python.framework/Versions/Current/bin:$PATH"' >> /Users/travis/.bash_profile
- source ~/.bash_profile
- echo $PATH
- name: "Python 3.8.3 on macOS"
os: osx
Expand All @@ -38,6 +40,7 @@ jobs:
before_install:
- brew install openslide
- echo 'export PATH="/usr/local/Frameworks/Python.framework/Versions/Current/bin:$PATH"' >> /Users/travis/.bash_profile
- source ~/.bash_profile
- echo $PATH
- name: "Python 3.6.8 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
Expand Down

0 comments on commit 0bbe54f

Please sign in to comment.