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 ce03661 commit e7200e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
- conda update -q conda
- conda info -a
- conda env create python=$TRAVIS_PYTHON_VERSION --file docs/environment.yml
- conda env create python=$TRAVIS_PYTHON_VERSION --file travis/environment.yml
- source activate regionmask
- python setup.py install

Expand Down
10 changes: 10 additions & 0 deletions travis/environment.yml
@@ -0,0 +1,10 @@
name: regionmask
channels:
- scitools
- conda-forge
dependencies:
- cartopy
- geopandas
- xarray
- pip:
- regionmask

0 comments on commit e7200e2

Please sign in to comment.