Add pip cache support to the Travis CI configuration

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.
This commit is contained in:
Jon Dufresne 2017-11-03 16:08:34 -07:00
parent 526bdacc54
commit 18180c9fc6

View File

@ -1,4 +1,5 @@
language: python
cache: pip
python:
- "2.7"