8000 Merge pull request #160 from thedrow/patch-2 · sugarguo/msgpack-python@68d62bf · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68d62bf

Browse files
committed
Merge pull request msgpack#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)
0