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 language: python
sudo: false sudo: false
dist: trusty dist: trusty
cache: cache: pip
directories:
- $HOME/.cache/pip
python: python:
- "pypy-5.4.1" - "pypy-5.4.1"
- "3.6" - "3.6"