Enable pip cache in Travis CI

Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
This commit is contained in:
Jon Dufresne 2018-01-04 05:30:53 -08:00
parent 52c05b441f
commit 9cf5371571

View File

@ -1,4 +1,5 @@
language: python
cache: pip
notifications:
irc: "chat.freenode.net#pil"