summaryrefslogtreecommitdiff
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-02-17 17:12:47 +0900
committerInada Naoki <songofacandy@gmail.com>2020-02-17 17:12:47 +0900
commit12506d8d91ce5a7b76c2d8babe7e2d1e2851d3a2 (patch)
treee8dec8e38bafefc4c5d03126fd88c02e96b64960 /DEVELOP.md
parentfa7d7447fc2cc7cc1a8b388618549c98d1712b9c (diff)
downloadmsgpack-python-12506d8d91ce5a7b76c2d8babe7e2d1e2851d3a2.tar.gz
update README
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 0e6e0e5..9c823c3 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -7,3 +7,19 @@ Wheels for macOS and Linux are built on Travis and AppVeyr, in
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
+```