Skip to content

Commit

Permalink
Merge pull request #1279 from thijstriemstra/patch-2
Browse files Browse the repository at this point in the history
enable pip cache in appveyor build
  • Loading branch information
jaraco authored Feb 20, 2018
2 parents bda9386 + d2d7625 commit 3604b40
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 bootstrap.py"
- "python -m pip install tox"
Expand Down

0 comments on commit 3604b40

Please sign in to comment.