From 152a1aee512698680c12b27c3b3a0e30e77a291f Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 9 Aug 2017 22:56:09 -0400 Subject: [PATCH] CI: re-enable py2.7 testing on appveyor --- .appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cbdb55110fe7..8676e8064e54 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,12 +24,12 @@ environment: # theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit, # one for 64bit because we construct envs anyway. But using one for the # right python version is hopefully making it fast due to package caching. - # - TARGET_ARCH: "x64" - # CONDA_PY: "27" - # CONDA_NPY: "18" - # PYTHON_VERSION: "2.7" - # TEST_ALL: "no" - # CONDA_INSTALL_LOCN: "C:\\Miniconda-x64" + - TARGET_ARCH: "x64" + CONDA_PY: "27" + CONDA_NPY: "18" + PYTHON_VERSION: "2.7" + TEST_ALL: "no" + CONDA_INSTALL_LOCN: "C:\\Miniconda-x64" - TARGET_ARCH: "x64" CONDA_PY: "35" CONDA_NPY: "110"