Cache pip in Travis

pull/479/head
Paulus Schoutsen 2015-10-02 16:49:10 -07:00
parent b2919c6504
commit 6de64d7695
1 changed files with 3 additions and 0 deletions

View File

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