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 569b003 commit ddef57f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
before_install:
- brew update
- brew install open-mpi
- sudo easy_install pip

# command to install dependencies
install:
- pip install codecov
- pip install python-coveralls
- pip install coverage==4.5.4
- pip install -r requirements.txt
- pip install .
- pip install --user codecov
- pip install --user python-coveralls
- pip install --user coverage==4.5.4
- pip install --user -r requirements.txt
- pip install --user .
# command to run tests
script:
- nosetests --with-coverage
Expand Down

0 comments on commit ddef57f

Please sign in to comment.