8000 Travis will now cache dependencies despite having a custom install step. · sacherjj/msgpack-python@e4aa43d · GitHub
[go: up one dir, main page]

Skip to content

Commit e4aa43d

Browse files
author
Omer Katz
committed
Travis will now cache dependencies despite having a custom install step.
1 parent 29266b0 commit e4aa43d

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
- 2.7

0 commit comments

Comments
 (0)
0