Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jun 2, 2020
1 parent 06a3163 commit 1735c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- name: "Python 3.8.0 on Xenial Linux"
python: 3.8 # this works for Linux but is ignored on macOS or Windows
before_install:
- sudo apt-get install openmpi-dev
- sudo apt-get install libopenmpi-dev
- name: "Python 3.7.4 on macOS"
os: osx
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
Expand All @@ -15,7 +15,7 @@ jobs:
- $HOME/Library/Caches/Homebrew
before_install:
- brew update
- brew openmpi
- brew install open-mpi

# command to install dependencies
install:
Expand Down

0 comments on commit 1735c3e

Please sign in to comment.