From b510703169b4cb37c037f83f99adc5438befc771 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 21 Apr 2016 16:59:52 -0400 Subject: [PATCH] BLD: Using GCE to prevent the "input line is too long" error when activating a conda env. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3bad42b3..8ea6cab2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,6 +42,10 @@ environment: platform: - x64 +# Using GCE to prevent the "input line is too long" error when activating a +# conda env. +image: Visual Studio 2015 - GCE + cache: - '%LOCALAPPDATA%\pip\Cache'