mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix tests.
This commit is contained in:
parent
f46498bcdf
commit
6201e623e2
2 changed files with 9 additions and 2 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all:
|
||||
python setup.py build
|
||||
python setup.py sdist
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
nosetests test
|
||||
Loading…
Add table
Add a link
Reference in a new issue