-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Python 3.8 compatibility * files for Travis CI * Added py27 compatibility Co-authored-by: Uchida Takaya <takachanbo@meom-dyn109.obs.ujf-grenoble.fr>
- Loading branch information
Takaya Uchida
and
Uchida Takaya
authored
Mar 6, 2020
1 parent
0f505f7
commit 1fb9cc2
Showing
5 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: test_env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.7 | ||
- xarray | ||
- dask | ||
- numpy | ||
- pytest | ||
- future | ||
- zarr | ||
- cftime | ||
- pip: | ||
- cachetools | ||
- fsspec | ||
- codecov | ||
- pytest-cov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: test_env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
- xarray | ||
- dask | ||
- numpy | ||
- pytest | ||
- future | ||
- zarr | ||
- cftime | ||
- pip: | ||
- cachetools | ||
- fsspec | ||
- codecov | ||
- pytest-cov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters