From 22949ef093742bbfc7fd99c6de7c9002faf95f46 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Wed, 24 Jun 2015 18:08:55 +0100 Subject: [PATCH] fix cache folder name --- appveyor-install.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-install.cmd b/appveyor-install.cmd index 22e368d90..4fec42052 100644 --- a/appveyor-install.cmd +++ b/appveyor-install.cmd @@ -2,8 +2,8 @@ call setenv /x64 rem install python packages -pip install --cache-dir c:/temp nose -pip install --cache-dir c:/temp coverage +pip install --cache-dir c:/egg_cache nose +pip install --cache-dir c:/egg_cache coverage rem install mayavi python setup.py develop