Cache pip in Travis

This commit is contained in:
Paulus Schoutsen 2015-10-02 16:49:10 -07:00
parent b2919c6504
commit 6de64d7695

View File

@ -1,5 +1,8 @@
sudo: false
language: python
cache:
directories:
- $HOME/.cache/pip
python:
- "3.4"
install: