Skip to content

Commit

Permalink
Simplify requirments installation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Jan 4, 2021
1 parent 9a1e904 commit 3d7ac26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ addons:
- libxkbcommon-x11-0

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

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

0 comments on commit 3d7ac26

Please sign in to comment.