summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-11-20 13:12:49 +0900
committerGitHub <noreply@github.com>2018-11-20 13:12:49 +0900
commit44254dd35e8aa3cfd6706e14effab117d7f22c25 (patch)
tree2bdf0ba6f5e4a0edc7233bef0dba04df3fa7ddbf /Makefile
parent8b6ce53cce40e528af7cce89f358f7dde1a09289 (diff)
downloadmsgpack-python-44254dd35e8aa3cfd6706e14effab117d7f22c25.tar.gz
Add StackError and FormatError (#331)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b65aa85..5828ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ cython:
cython --cplus msgpack/_cmsgpack.pyx
.PHONY: test
-test:
+test: cython
+ pip install -e .
pytest -v test
MSGPACK_PUREPYTHON=1 pytest -v test