From 5a730d019d764a8db6fb634ffd51218534e5cc61 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 13:32:29 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bdc29d9..2660673 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ branches: version: '0.1.0.{build}' matrix: - - PYTHON: "C:\\Miniconda35-x64\Scripts\activate.bat" - - PYTHON: "C:\\Miniconda36-x64\Scripts\activate.bat" + - PYTHON: "C:\\Miniconda35-x64\\Scripts\\activate.bat" + - PYTHON: "C:\\Miniconda36-x64\\Scripts\\activate.bat" platform: - x64 -- GitLab