Merge pull request #160 from thedrow/patch-2
Travis will now cache dependencies despite having a custom install step
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
sudo: false
|
||||
cache: pip
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
|
||||
Reference in New Issue
Block a user