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 1ff3e69 commit 29435e7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: python
python:
- "3.6"

os:
- linux
- osx

before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew openmpi ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then brew install libopenmpi-dev; fi

# command to install dependencies
install:
- sudo apt-get install libopenmpi-dev
- pip install codecov
- pip install python-coveralls
- pip install coverage==4.5.4
Expand Down

0 comments on commit 29435e7

Please sign in to comment.