mirror of https://github.com/celery/kombu.git
Enable pip cache in appveyor.
This commit is contained in:
parent
e387a16368
commit
7d13f9b95d
|
@ -66,6 +66,9 @@ after_test:
|
|||
|
||||
artifacts:
|
||||
- path: dist\*
|
||||
|
||||
cache:
|
||||
- '%LOCALAPPDATA%\pip\Cache'
|
||||
|
||||
#on_success:
|
||||
# - TODO: upload the content of dist/*.whl to a public wheelhouse
|
||||
|
|
Loading…
Reference in New Issue