Skip to content

Commit

Permalink
fix cache folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Jun 24, 2015
1 parent 1d3f3b8 commit 22949ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-install.cmd
Expand Up @@ -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

0 comments on commit 22949ef

Please sign in to comment.