Commit ceebd851 authored by Jason R Laura's avatar Jason R Laura
Browse files

trying to fix the incorrect GDAL installation

parent d76fcb55
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ env:
  matrix:
    - PYTHON_VERSION: 3.5



os:
  - linux
  - osx
@@ -45,14 +43,13 @@ install:
  # Install not using env because build needs to be in root env
  - conda install -c conda-forge gdal h5py
  - conda install pandas sqlalchemy pyyaml
  - pip install pvl protobuf==3.0.0.b2
  - conda install -c jlaura pvl protobuf==3.0.0.b2

  # Development installation
  - conda install nose coverage
  - pip install coveralls

  # Install sh and binstar to support upload to Anaconda
  - conda config --add channels jlaura
  - conda install -n root conda-build
  - conda install sh anaconda-client