From 14c9ec4a62479d8e0b5f3d26bc1f8ef9df562740 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 15 Mar 2018 14:31:05 +0000 Subject: [PATCH] Use Python 3.6 version of Miniconda --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 49f862666..c513c6f83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,8 +4,8 @@ matrix: environment: matrix: - - CONDA_PY: 35 - CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64" + - CONDA_PY: 36 + CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64" - CONDA_PY: 27 CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"