From 8074eced29dcc1a03e11e8b63dc9662f1a69e6a6 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Sat, 13 Jan 2018 13:53:00 -0700
Subject: [PATCH] Update appveyor.yml

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

diff --git a/appveyor.yml b/appveyor.yml
index b15e5c0..c4e39d6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,7 @@ install:
   - cmd: conda config --set always_yes yes --set changeps1 no
   - cmd: conda update -q conda
   - cmd: conda config --add channels conda-forge
-  - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx
+  - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine
   - cmd: conda install conda-build anaconda-client pytest-cov
 
 build_script:
-- 
GitLab