Skip to content

Commit

Permalink
travis: enforce gdal less than 2.0 for the sake of fiona
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Jul 28, 2015
1 parent bf65d6e commit ed95356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
fi
install:
# See https://gist.github.com/sgillies/f7bfff349a676cffb1ef
- conda create --yes -n env_name -c PinguCarsti python=$TRAVIS_PYTHON_VERSION pip cython numpy matplotlib pandas gdal gdal-data scipy
- conda create --yes -n env_name -c PinguCarsti python=$TRAVIS_PYTHON_VERSION pip cython numpy matplotlib pandas "gdal<2.0" gdal-data scipy
- source activate env_name
- GDAL_CONFIG=`which gdal-config` pip install rasterio
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes imaging; else pip install pillow; fi
Expand All @@ -44,4 +44,4 @@ install:
- "pip install -r requirements_dev.txt"
script: "coverage run --include *rasterstats* setup.py test"
after_success:
- coveralls
- coveralls

0 comments on commit ed95356

Please sign in to comment.