Skip to content

Commit 68d62bf

Browse files
committed
Merge pull request #160 from thedrow/patch-2
Travis will now cache dependencies despite having a custom install step
2 parents b6e962d + e4aa43d commit 68d62bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
2-
cache: pip
2+
cache:
3+
directories:
4+
- $HOME/.cache/pip
35
language: python
46
python:
57
- 3.5

0 commit comments

Comments
 (0)