mirror of https://github.com/celery/kombu.git
Enable pip cache in appveyor.
This commit is contained in:
parent
e387a16368
commit
7d13f9b95d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue