Save the pip cache across builds. Ref pypa/setuptools#1279.
This commit is contained in:
parent
3902aabd7f
commit
a8f66602f2
|
@ -14,6 +14,9 @@ install:
|
|||
|
||||
build: off
|
||||
|
||||
cache:
|
||||
- '%LOCALAPPDATA%\pip\Cache'
|
||||
|
||||
test_script:
|
||||
- "python -m pip install tox tox-venv"
|
||||
- "tox"
|
||||
|
|
Loading…
Reference in New Issue
Block a user