mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-27 15:44:11 +00:00
25 lines
382 B
Markdown
25 lines
382 B
Markdown
# Developer's note
|
|
|
|
## Wheels
|
|
|
|
Wheels for macOS and Linux are built on Travis and AppVeyr, in
|
|
[methane/msgpack-wheels](https://github.com/methane/msgpack-wheels) repository.
|
|
|
|
Wheels for Windows are built on Github Actions in this repository.
|
|
|
|
|
|
### Build
|
|
|
|
```
|
|
$ make cython
|
|
```
|
|
|
|
|
|
### Test
|
|
|
|
MessagePack uses `pytest` for testing.
|
|
Run test with following command:
|
|
|
|
```
|
|
$ make test
|
|
```
|