From c0508cd7fd2e73ad9b9be1e2c46a1da8e7f86d74 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 14:21:39 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0ba1532..9424212 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,9 @@ 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 + # https://pythonhosted.org/CodeChat/appveyor.yml.html + - cmd: python -m pip install -U pip + - cmd: python -m easy_install -U setuptools build_script: - cmd: python setup.py install -- GitLab