Skip to content

Commit

Permalink
Add pip cache for macOS, should make pyobjc etc. installation signifi…
Browse files Browse the repository at this point in the history
…cantly faster
  • Loading branch information
xylix committed Mar 4, 2020
1 parent 8808f7c commit b14b1be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
dist: xenial
language: python

cache:
directories:
- $HOME/.cache/pip

matrix:
include:
- python: "3.6"
Expand Down

0 comments on commit b14b1be

Please sign in to comment.