Skip to content

Commit

Permalink
fix travis (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Oct 4, 2016
1 parent 86906cb commit 8fd3b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -28,8 +28,9 @@ before_install:
- conda info -a

install:
- conda env create --name regionmask python=$TRAVIS_PYTHON_VERSION --file travis/environment.yml
- conda create --name regionmask python=$TRAVIS_PYTHON_VERSION
- source activate regionmask
- conda install -c scitools -c conda-forge cartopy geopandas xarray
- python setup.py install
- conda install pytest

Expand Down
8 changes: 0 additions & 8 deletions travis/environment.yml

This file was deleted.

0 comments on commit 8fd3b5d

Please sign in to comment.