From 44678cec321c9344a9f8e40afc7b22b5d90bac2d Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 19:20:35 -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 7c4ac06..6532892 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ install: - cmd: conda install conda-build anaconda-client pytest-cov # https://pythonhosted.org/CodeChat/appveyor.yml.html - cmd: python -m pip install -U pip - #- cmd: python -m easy_install -U setuptools + - cmd: python -m easy_install -U setuptools build_script: - cmd: python setup.py install -- GitLab