Skip to content

Commit

Permalink
Merge pull request #57 from MichaelAquilina/cached_pip
Browse files Browse the repository at this point in the history
Cache pip directory
  • Loading branch information
MichaelAquilina committed Jul 30, 2017
2 parents b3ef79e + 6431991 commit 0e8ffed
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
Expand Up @@ -12,3 +12,8 @@ script:
- python setup.py install && s4 version
after_success:
- codecov
cache:
directories:
- $HOME/.cache/pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log

0 comments on commit 0e8ffed

Please sign in to comment.