From fade054e00c912159ac45d0b8f8c5f31a418e707 Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <kelvinrr@icloud.com> Date: Sat, 8 Apr 2017 20:34:53 -0700 Subject: [PATCH] Make Travis Great Again 2: Electric Boogaloo, feat. appveyor --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 027346f..9fce481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 47dedfa..ec96d48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 -- GitLab