diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:54:38 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:54:38 +0900 |
| commit | 8fa64e3ab2350faadfe40e0828bafafadac0990a (patch) | |
| tree | bb54c807419af9cef173c8af3b3ec323d2376ca8 /python/Makefile | |
| parent | 8d0d2bd3fca404906aef8982a99a81b2acdc50a0 (diff) | |
| download | msgpack-python-8fa64e3ab2350faadfe40e0828bafafadac0990a.tar.gz | |
Add msgpack.version as version tuple.
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index e06794d..245c09c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -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 |
