Skip to content

Commit

Permalink
travis: install openmpi using apt add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 1, 2017
1 parent c962169 commit cf4cc08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ cache:
- $HOME/.keras
- $HOME/.cache/pip

before_install:
- sudo apt-get install openmpi-bin
addons:
apt:
packages:
- openmpi-bin

before_script:
- pip2.7 install --upgrade --ignore-installed --user travis pip setuptools wheel virtualenv
Expand Down

0 comments on commit cf4cc08

Please sign in to comment.