Cache pip in Travis
parent
b2919c6504
commit
6de64d7695
|
@ -1,5 +1,8 @@
|
|||
sudo: false
|
||||
language: python
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue