From 54dc51b9cf3710b2f8d80106ba01a85a980e324d Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Sun, 14 Jan 2018 14:01:48 -0700
Subject: [PATCH] Update appveyor.yml

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

diff --git a/appveyor.yml b/appveyor.yml
index b6bc8d6..eae3e81 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,7 +25,7 @@ install:
   - cmd: activate test_env
   - cmd: conda config --add channels conda-forge
   - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy
-  - cmd: conda install conda-build anaconda-client pytest-cov
+  - cmd: conda install pytest-cov
   # https://pythonhosted.org/CodeChat/appveyor.yml.html
   - cmd: python -m pip install -U pip
   - cmd: python -m easy_install -U setuptools
@@ -38,5 +38,6 @@ test_script:
 
 on_success:
   - cmd: deactivate
+  - cmd: conda install conda-build anaconda-client 
   - cmd: conda config --set anaconda_upload yes
   - cmd: conda build --token %CONDA_UPLOAD_TOKEN% .
-- 
GitLab