Skip to content

Commit

Permalink
enable pip cache in appveyor build (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored and giampaolo committed Feb 20, 2018
1 parent d690ae6 commit dd19ba7
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 @@ -91,6 +91,9 @@ after_test:
artifacts:
- path: dist\*

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

# on_success:
# - might want to upload the content of dist/*.whl to a public wheelhouse

Expand Down

0 comments on commit dd19ba7

Please sign in to comment.