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 2017-10-17 20:26:17 -07:00
parent c743df4f60
commit 90279d4cf9

View File

@ -1,9 +1,7 @@
language: python
sudo: false
dist: trusty
cache:
directories:
- $HOME/.cache/pip
cache: pip
python:
- "pypy-5.4.1"
- "3.6"