Enable pip cache in Travis CI

See https://docs.travis-ci.com/user/caching/#pip-cache.
This commit is contained in:
Alessio Sergi 2018-02-16 15:18:16 +01:00
parent 33bc23b490
commit 8ecea8a6ea

View File

@ -1,5 +1,6 @@
language: python
sudo: false
cache: pip
python:
- '2.7'
- '3.4'