Enable pip cache in appveyor.

This commit is contained in:
Omer Katz 2018-02-20 12:55:59 +02:00 committed by GitHub
parent e387a16368
commit 7d13f9b95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -67,5 +67,8 @@ after_test:
artifacts: artifacts:
- path: dist\* - path: dist\*
cache:
- '%LOCALAPPDATA%\pip\Cache'
#on_success: #on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse # - TODO: upload the content of dist/*.whl to a public wheelhouse