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 367098f commit 86906cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ before_install:
- conda info -a

install:
- conda create --name regionmask python=$TRAVIS_PYTHON_VERSION --file travis/environment.yml
- conda env create --name regionmask python=$TRAVIS_PYTHON_VERSION --file travis/environment.yml
- source activate regionmask
- python setup.py install
- conda install pytest
Expand Down

0 comments on commit 86906cb

Please sign in to comment.