diff options
| author | Naoki INADA <inada-n@eagle> | 2009-06-29 11:21:28 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-06-29 11:21:28 +0900 |
| commit | b5010c71a9810515db1aa82d2e7eebf2ee4f474f (patch) | |
| tree | 636f740b754b28ca1c5ddf2ae067db1b09842814 /python/Makefile | |
| parent | 9015bd4ecfe7c30aef47d7c3c6fbc6fd4219eae0 (diff) | |
| download | msgpack-python-b5010c71a9810515db1aa82d2e7eebf2ee4f474f.tar.gz | |
Fix tests.
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile new file mode 100644 index 0000000..5f16fae --- /dev/null +++ b/python/Makefile @@ -0,0 +1,7 @@ +all: + python setup.py build + python setup.py sdist + +.PHONY: test +test: + nosetests test |
