mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Add msgpack.version as version tuple.
This commit is contained in:
parent
8d0d2bd3fc
commit
8fa64e3ab2
4 changed files with 14 additions and 3 deletions
|
|
@ -1,7 +1,12 @@
|
|||
.PHONY: test all python3
|
||||
|
||||
all:
|
||||
python setup.py build_ext -i -f
|
||||
python setup.py build sdist
|
||||
|
||||
.PHONY: test
|
||||
python3:
|
||||
python3 setup.py build_ext -i -f
|
||||
python3 setup.py build sdist
|
||||
|
||||
test:
|
||||
nosetests test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue