Skip to content

Commit

Permalink
Merge pull request #5036 from thijstriemstra/patch-1
Browse files Browse the repository at this point in the history
enable pip cache in appveyor and travis builds
  • Loading branch information
pradyunsg authored Apr 30, 2018
2 parents 7012275 + 361dcec commit 80b9524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
sudo: false
cache: pip
dist: trusty

matrix:
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ install:

build: off

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

test_script:
# Shorten paths, workaround https://bugs.python.org/issue18199
- "subst T: %TEMP%"
Expand Down

0 comments on commit 80b9524

Please sign in to comment.