Commit fade054e authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

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

parent 598a76a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ install:
  # Install not using env because build needs to be in root env
  - conda config --add channels conda-forge
  - conda config --add channels jlaura
  - conda install python=$PYTHON_VERSION
  - conda install -c conda-forge gdal h5py
  - conda install pandas sqlalchemy pyyaml networkx
  - conda install -c jlaura pvl protobuf
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ install:
    # Now install the pacakge dependencies
    - cmd: conda config --add channels conda-forge
    - 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 pandas sqlalchemy pyyaml networkx
    - cmd: conda install --yes -c jlaura protobuf pvl