travis: cache pip for faster builds

This commit is contained in:
Jelle van der Waa 2017-08-28 21:29:24 +02:00
parent ad3638226c
commit 0cd0b5a06a

View File

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls pylint"
script: