From 48d357989c093814430ddd215cf6330b6e0306f2 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 14:14:58 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f9b9859..0ba1532 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,7 @@ install: - cmd: conda config --add channels conda-forge - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py - cmd: conda install conda-build anaconda-client pytest-cov + - cmd: pip install --upgrade pip setuptools build_script: - cmd: python setup.py install -- GitLab