Merge pull request #160 from thedrow/patch-2

Travis will now cache dependencies despite having a custom install step
This commit is contained in:
INADA Naoki 2016-01-03 02:27:08 +09:00
commit 68d62bf9a1

View file

@ -1,5 +1,7 @@
sudo: false
cache: pip
cache:
directories:
- $HOME/.cache/pip
language: python
python:
- 3.5