Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
travis ci: add pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Oct 16, 2015
1 parent 68b8e7d commit c6c5d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: python
python: 2.7
cache:
directories:
- $HOME/.cache/pip
before_install:
- mkdir -p $HOME/opt/local/bin
- export PATH=$HOME/opt/local/bin:$PATH
Expand Down

0 comments on commit c6c5d0d

Please sign in to comment.