mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Merge pull request #160 from thedrow/patch-2
Travis will now cache dependencies despite having a custom install step
This commit is contained in:
commit
68d62bf9a1
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
sudo: false
|
||||
cache: pip
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue