Travis will now cache dependencies despite having a custom install step.

This commit is contained in:
Omer Katz
2015-11-17 17:08:04 +02:00
parent 29266b024e
commit e4aa43d769

View File

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