From af732390303ac7a6efdc49281e21c08dc6324037 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Thu, 28 Jul 2016 20:58:39 -0700
Subject: [PATCH] Typo in appveyor

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

diff --git a/appveyor.yml b/appveyor.yml
index b4e6251..3882ff5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,8 @@ install:
    - cmd: conda config --add channels jlaura
    - cmd: conda install -c conda-forge gdal h5py
    - cmd: conda install pandas sqlalchemy pyyaml
-   - cmd: conda install -c jlaura pvl protobuf
+   - cmd: pip install pvl
+   - cmd: pip install protobuf==3.0.0b2
 
    # Development installation
    - cmd: conda install nose coverage sh anaconda-client
-- 
GitLab