Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed May 29, 2020
1 parent 2d3c2a5 commit e3609b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
# command to install dependencies
install:
- sudo apt-get install libopenmpi-dev
- pip install codecov
- pip install python-coveralls
- pip install coverage==4.5.4
- pip install -r requirements.txt
Expand All @@ -17,4 +18,5 @@ branches:
- develop
after_success:
- coveralls # upload reports to coveralls.io
- codecov

0 comments on commit e3609b9

Please sign in to comment.