From 34fde59929584b4818e2d83d3b9c960034b0f0f1 Mon Sep 17 00:00:00 2001
From: Kelvin Rodriguez <kelvinrr@icloud.com>
Date: Sat, 8 Apr 2017 20:37:31 -0700
Subject: [PATCH] appveyor be trippin

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index ec96d48..58fa4f2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,6 +40,7 @@ install:
     - cmd: set PYTHONUNBUFFERED=1
 
     - cmd: conda config --set show_channel_urls true
+    - cmd: conda install --yes python=3.5 
     - cmd: conda install -c pelson/channel/development --yes --quiet obvious-ci
     - cmd: conda config --add channels conda-forge
     - cmd: conda info
@@ -52,7 +53,6 @@ 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