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

View File

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