From 597e0fba57231230fc1a1f2a609173069810eea9 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Wed, 31 Jan 2018 09:36:16 -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 c3ad46a..54c6730 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: - cmd: activate test_env - cmd: conda config --add channels conda-forge - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy - - cmd: conda install pytest-cov + - cmd: conda install -c conda-forge pytest pytest-cov # https://pythonhosted.org/CodeChat/appveyor.yml.html - cmd: python -m pip install -U pip - cmd: python -m easy_install -U setuptools -- GitLab