From 0415239b3ceabdc16c9f5861ef8652a9c4e8d071 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 13:33:19 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2660673..fb8239a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,10 @@ branches: version: '0.1.0.{build}' -matrix: - - PYTHON: "C:\\Miniconda35-x64\\Scripts\\activate.bat" - - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" +environment: + matrix: + - PYTHON: "C:\\Miniconda35-x64\\Scripts\\activate.bat" + - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" platform: - x64 -- GitLab