mirror of https://github.com/nicolargo/glances.git
Enable pip cache in Travis CI
See https://docs.travis-ci.com/user/caching/#pip-cache.
This commit is contained in:
parent
33bc23b490
commit
8ecea8a6ea
|
|
@ -1,5 +1,6 @@
|
|||
language: python
|
||||
sudo: false
|
||||
cache: pip
|
||||
python:
|
||||
- '2.7'
|
||||
- '3.4'
|
||||
|
|
|
|||
Loading…
Reference in New Issue