From 5f55e4c6dbc3ec723bea5b9fead2e36224e70b81 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 29 Dec 2012 11:28:28 +0900 Subject: [PATCH] Switchng to py.test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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