You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
travis-ci: verify different msgpack library versions
Also bump msgpack PyPI package name in requirements.txt. See the note
about the library name change in [1]:
| Package name on PyPI was changed to msgpack from 0.5.
I choose versions for testing this way: we have 0.4.0 in
requirements.txt, so it is the baseline. We should test at least 0.4.0,
0.5.0, 0.6.0 and 1.0.0. I also added 0.6.2, because this version is
installed on my Gentoo box and because it is the last release before
1.0.0.
[1]: https://github.com/msgpack/msgpack-python/blob/8fb709f2e0438862020d8810fa70a81fb5dac7d4/README.md
Follows up #155
0 commit comments