Skip to content

Commit 80b9524

Browse files
authored
Merge pull request #5036 from thijstriemstra/patch-1
enable pip cache in appveyor and travis builds
2 parents 7012275 + 361dcec commit 80b9524

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
sudo: false
3+
cache: pip
34
dist: trusty
45

56
matrix:

appveyor.yml

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

2727
build: off
2828

29+
cache:
30+
- '%LOCALAPPDATA%\pip\Cache'
31+
2932
test_script:
3033
# Shorten paths, workaround https://bugs.python.org/issue18199
3134
- "subst T: %TEMP%"

0 commit comments

Comments
 (0)