Skip to content

Commit

Permalink
Correct Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed May 1, 2015
1 parent 21f6cf0 commit 5e80d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ before_install:
env:
- GDAL_DATA=/usr/share/gdal/1.10/
install:
- conda create --yes -n env_name python=$TRAVIS_PYTHON_VERSION pip cython numpy matplotlib pandas gdal
- conda create --yes -n env_name python=$TRAVIS_PYTHON_VERSION pip cython numpy matplotlib pandas gdal scipy
- source activate env_name
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes imaging; else pip install pillow; fi
- pip install pytest # not yet available for py3 in anaconda
- pip install coveralls
- python setup.py install
Expand Down

0 comments on commit 5e80d45

Please sign in to comment.