mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Travis will now cache dependencies despite having a custom install step.
This commit is contained in:
parent
29266b024e
commit
e4aa43d769
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:
|
||||
- 2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue