Skip to content

Commit

Permalink
Enable pip cache in Travis CI
Browse files Browse the repository at this point in the history
Slightly speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
  • Loading branch information
jdufresne authored and uiri committed Aug 30, 2018
1 parent db77d99 commit 6f12328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.7"
- "3.4"
Expand Down

0 comments on commit 6f12328

Please sign in to comment.