Skip to content

Commit

Permalink
Don't pip-install boututils on Travis
Browse files Browse the repository at this point in the history
Want to use repo version, not PyPi version.
  • Loading branch information
johnomotani committed Jan 4, 2021
1 parent 7ccff96 commit 93d9599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ addons:

install:
- pip uninstall -y numpy
- pip install boututils
- pip install codecov pytest-cov

script:
- pytest --cov=./

after_success:
- codecov
- codecov

0 comments on commit 93d9599

Please sign in to comment.