Skip to content

Commit

Permalink
Merge pull request #3 from xgcm/fix-tests
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
rabernat authored Oct 12, 2020
2 parents 4301736 + 7106856 commit d79e353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:

# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- pip install .

script:
Expand Down
5 changes: 5 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numba
pytest
pytest-cov
xarray
dask[array]

0 comments on commit d79e353

Please sign in to comment.