Skip to content
Snippets Groups Projects
Commit ceebd851 authored by Jason R Laura's avatar Jason R Laura
Browse files

trying to fix the incorrect GDAL installation

parent d76fcb55
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,7 @@ env: ...@@ -10,9 +10,7 @@ env:
matrix: matrix:
- PYTHON_VERSION: 3.5 - PYTHON_VERSION: 3.5
os:
os:
- linux - linux
- osx - osx
...@@ -45,14 +43,13 @@ install: ...@@ -45,14 +43,13 @@ install:
# Install not using env because build needs to be in root env # Install not using env because build needs to be in root env
- conda install -c conda-forge gdal h5py - conda install -c conda-forge gdal h5py
- conda install pandas sqlalchemy pyyaml - 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 # Development installation
- conda install nose coverage - conda install nose coverage
- pip install coveralls - pip install coveralls
# Install sh and binstar to support upload to Anaconda # Install sh and binstar to support upload to Anaconda
- conda config --add channels jlaura
- conda install -n root conda-build - conda install -n root conda-build
- conda install sh anaconda-client - conda install sh anaconda-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment