Skip to content

Commit e16be10

Browse files
authored
Speed up CI builds by caching the pip directory (#1241)
* Speed up CI builds by caching the pip directory * Add caching for Appveyor, too * Make trivial change to appveyor.yml to restart build * One more attempt at caching
1 parent 8af4012 commit e16be10

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ dist: xenial
33
services:
44
- xvfb
55

6+
cache: pip
7+
68
addons:
79
apt:
810
packages:

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
build: false
22

3+
cache:
4+
- C:\Users\appveyor\AppData\Local\pip\Cache -> appveyor.yml
5+
36
environment:
47
global:
58
PYTHONUNBUFFERED: "1"

0 commit comments

Comments
 (0)