Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee09bc5

Browse files
committed
TST: Enable cache directories on AppVeyor.
1 parent ced9ccf commit ee09bc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ platform:
6363
# all our python builds have to happen in tests_script...
6464
build: false
6565

66+
cache:
67+
- '%LOCALAPPDATA%\pip\Cache'
68+
- '%USERPROFILE%\.cache\matplotlib'
69+
6670
init:
6771
- cmd: "ECHO %PYTHON_VERSION% PYTEST=%USE_PYTEST% %CONDA_INSTALL_LOCN%"
6872

0 commit comments

Comments
 (0)