Skip to content

Commit

Permalink
Add python 3.7 to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Aug 3, 2019
1 parent 3cf78b9 commit 174d043
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ notifications:

matrix:
include:
- python: "3.7"
env: CONDA_ENV=py37
- python: "3.6"
env: CONDA_ENV=py36
- python: "3.5"
Expand Down
13 changes: 13 additions & 0 deletions ci/environment-py37.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: test_env
channels:
- conda-forge
dependencies:
- python=3.7
- esmpy
- xarray
- numpy
- scipy
- pytest
- pip:
- pytest-cov
- codecov

0 comments on commit 174d043

Please # to comment.