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
|
build: off
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\pip\Cache'
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- "python -m pip install tox tox-venv"
|
- "python -m pip install tox tox-venv"
|
||||||
- "tox"
|
- "tox"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user