Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 382 Bytes

DEVELOP.md

File metadata and controls

25 lines (15 loc) · 382 Bytes

Developer's note

Wheels

Wheels for macOS and Linux are built on Travis and AppVeyr, in 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