Skip to content

Commit

Permalink
Cache pip in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Oct 2, 2015
1 parent b2919c6 commit 6de64d7
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,5 +1,8 @@
sudo: false
language: python
cache:
directories:
- $HOME/.cache/pip
python:
- "3.4"
install:
Expand Down

0 comments on commit 6de64d7

Please sign in to comment.