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-11-05 14:07:33 -08:00
parent 1ecf97005a
commit 593a4b8edd

View file

@ -1,5 +1,6 @@
sudo: false
language: python
cache: pip
before_script:
- pip install tox