From 1205447f0439604e77585540f1208b18487eb74c Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 13:39:34 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index fb8239a..b6d25e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ install: - 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 conda-build anaconda-client pytest-cov build_script: - cmd: conda build . -- GitLab