Skip to content

Commit

Permalink
add cftime explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Sep 12, 2018
1 parent 965712b commit afb8b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install:
- conda update -q conda
- conda config --append channels conda-forge

- deps='pip numpy scipy matplotlib basemap shapely nose netcdf4 coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal'
- deps='pip numpy scipy matplotlib basemap shapely nose netcdf4 cftime coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal'
- conda create -q -n tcrm-env --yes $deps "python=$TRAVIS_PYTHON_VERSION"
- source activate tcrm-env

Expand Down

0 comments on commit afb8b0e

Please sign in to comment.