Skip to content

Commit

Permalink
Merge pull request #194 from loles/speedup_travis
Browse files Browse the repository at this point in the history
Enable cache for pip
  • Loading branch information
pigmej committed Sep 24, 2015
2 parents 490e7bd + 8c6bdb7 commit 9cd617d
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 @@
language: python
python: 2.7
cache:
directories:
- $HOME/.cache/pip
install:
- pip install coveralls
script:
Expand Down

0 comments on commit 9cd617d

Please sign in to comment.