summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-29 11:28:28 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-29 11:28:28 +0900
commit5f55e4c6dbc3ec723bea5b9fead2e36224e70b81 (patch)
treec801490df48552d3d631dfe3e1f5f19935180263 /Makefile
parent97a9f3f05ccff6ba548172a7c07cdfe80ae2a12b (diff)
downloadmsgpack-python-5f55e4c6dbc3ec723bea5b9fead2e36224e70b81.tar.gz
Switchng to py.test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 245c09c..875a3f6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,4 @@ python3:
python3 setup.py build sdist
test:
- nosetests test
+ py.test test