Enable pip cache in Travis CI

Reduce load on PyPI servers and slightly speed up builds.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
This commit is contained in:
Jon Dufresne
2019-01-01 10:32:08 -08:00
parent 5a359ba4de
commit c650b67e06
+1
View File
@@ -1,4 +1,5 @@
language: python
cache: pip
python:
- 2.7
- 3.4