Skip to content

Commit

Permalink
- Travis pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 9, 2018
1 parent 2e548df commit 0b0c2b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ sudo: required

language: python

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

before_cache:
- rm -f $HOME/.cache/pip/log/debug.log

python:
- "2.7"

Expand Down

0 comments on commit 0b0c2b7

Please sign in to comment.