Skip to content

Commit

Permalink
Save the pip cache across builds. Ref pypa/setuptools#1279.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 20, 2018
1 parent d51baf1 commit d06bd7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ install:

build: off

cache:
- '%LOCALAPPDATA%\pip\Cache'

test_script:
- "python -m pip install tox tox-venv"
- "tox"
Expand Down

0 comments on commit d06bd7f

Please sign in to comment.