Commit 45c4df07 authored by Jay's avatar Jay Committed by jay
Browse files

GDAL build issues...

parent b7d7946c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ install:
  - conda info -a

  # Create a virtual env and install dependencies
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose gdal numpy pillow scipy pandas networkx scikit-image
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose gdal=2.0.0 numpy pillow scipy pandas networkx scikit-image
  # Activate the env
  - source activate test-env