Skip to content

Commit

Permalink
cache pip wheels in travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 1, 2017
1 parent 41696d2 commit 495bc61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ install:
script:
- travis_retry tox

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

notifications:
email:
- [email protected]
Expand Down

0 comments on commit 495bc61

Please sign in to comment.