Skip to content

Commit

Permalink
Install requirements in Travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Jan 4, 2021
1 parent e799596 commit 9a1e904
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 @@ -26,8 +26,7 @@ addons:
- libxkbcommon-x11-0

install:
- pip uninstall -y numpy
- pip install codecov pytest-cov setuptools_scm
- pip install codecov pytest-cov numpy matplotlib scipy h5py future netCDF4 setuptools_scm

script:
- pytest --cov=./
Expand Down

0 comments on commit 9a1e904

Please sign in to comment.