From 1b32d1a3250699bc9d1991aad16f68e16e032eef Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sun, 14 Jan 2018 13:53:37 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7a11d78..eef3e46 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,9 @@ version: '0.1.0.{build}' environment: matrix: - PYTHON: "C:\\Miniconda35-x64\\Scripts\\activate.bat" + PYTHON_VERSION: 3.5 - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" + PYTHON_VERSION: 3.6 platform: - x64 -- GitLab