Skip to content

Commit

Permalink
Add pip cache support to the Travis CI configuration
Browse files Browse the repository at this point in the history
For documentation on the feature, see:

https://docs.travis-ci.com/user/caching/#pip-cache

With packages cached, builds will be slightly faster and help reduce
load on PyPI.
  • Loading branch information
jdufresne committed Nov 3, 2017
1 parent 526bdac commit 18180c9
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"
Expand Down

0 comments on commit 18180c9

Please sign in to comment.