Skip to content

Commit a8f6660

Browse files
committed
Save the pip cache across builds. Ref pypa/setuptools#1279.
1 parent 3902aab commit a8f6660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ install:
1414

1515
build: off
1616

17+
cache:
18+
- '%LOCALAPPDATA%\pip\Cache'
19+
1720
test_script:
1821
- "python -m pip install tox tox-venv"
1922
- "tox"

0 commit comments

Comments
 (0)