BLD: Using GCE to prevent the "input line is too long" error

when activating a conda env.
This commit is contained in:
Richard Frank
2016-04-21 16:59:52 -04:00
parent bffe00f931
commit b510703169
+4
View File
@@ -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'