Skip to content

Commit

Permalink
added dask to test install
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jul 23, 2019
1 parent d5c080f commit 6246e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
- conda config --add channels conda-forge
- conda config --add channels conda-forge
# Create conda environment
- conda create -n test python=$PYTHON_VERSION rasterio=1.0.* scipy xarray netcdf4
- conda create -n test python=$PYTHON_VERSION rasterio=1.0.* scipy xarray netcdf4 dask
- source activate test

install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
#-----------------------------------------------------------------------------
# Create conda environment
#-----------------------------------------------------------------------------
- conda create -n test python=%PYTHON_VERSION% rasterio=1.0.* scipy xarray netcdf4
- conda create -n test python=%PYTHON_VERSION% rasterio=1.0.* scipy xarray netcdf4 dask
- activate test

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 6246e40

Please sign in to comment.