Skip to content
Snippets Groups Projects
Commit fade054e authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

Make Travis Great Again 2: Electric Boogaloo, feat. appveyor

parent 598a76a2
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ install: ...@@ -43,6 +43,7 @@ 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 config --add channels conda-forge - conda config --add channels conda-forge
- conda config --add channels jlaura - conda config --add channels jlaura
- conda install python=$PYTHON_VERSION
- conda install -c conda-forge gdal h5py - conda install -c conda-forge gdal h5py
- conda install pandas sqlalchemy pyyaml networkx - conda install pandas sqlalchemy pyyaml networkx
- conda install -c jlaura pvl protobuf - conda install -c jlaura pvl protobuf
......
...@@ -52,6 +52,7 @@ install: ...@@ -52,6 +52,7 @@ install:
# Now install the pacakge dependencies # Now install the pacakge dependencies
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda config --add channels jlaura - cmd: conda config --add channels jlaura
- cmd: conda install --yes python=3.5
- cmd: conda install --yes -c conda-forge gdal h5py - cmd: conda install --yes -c conda-forge gdal h5py
- cmd: conda install --yes pandas sqlalchemy pyyaml networkx - cmd: conda install --yes pandas sqlalchemy pyyaml networkx
- cmd: conda install --yes -c jlaura protobuf pvl - cmd: conda install --yes -c jlaura protobuf pvl
......
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