Skip to content

Commit

Permalink
Add extra modules to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Jul 9, 2020
1 parent be04f4c commit 33ac187
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 @@ -15,7 +15,7 @@ install:
- conda update -q conda
- conda config --add channels conda-forge
- conda config --set channel_priority strict
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib basemap shapely nose netcdf4 cftime coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal configparser cartopy affine tqdm xarray gxx_linux-64 pthread-stubs imageio
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib basemap shapely nose netcdf4 cftime coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal configparser cartopy affine tqdm xarray gxx_linux-64 pthread-stubs imageio boto3 botocore
- source activate test-env
branches:
except:
Expand Down

0 comments on commit 33ac187

Please sign in to comment.