Skip to content

Commit b14b1be

Browse files
committed
Add pip cache for macOS, should make pyobjc etc. installation significantly faster
1 parent 8808f7c commit b14b1be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
dist: xenial
22
language: python
3+
4+
cache:
5+
directories:
6+
- $HOME/.cache/pip
7+
38
matrix:
49
include:
510
- python: "3.6"

0 commit comments

Comments
 (0)