From d8749cac9920f3fcead09f70357636e526b54d08 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 23:05:20 +0900 Subject: [PATCH] fix make test command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6ec7dc..074a22c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - python setup.py test + python setup.py nosetests clean: $(RM) -r build dist src/cchardet/__pycache__ src/cchardet/*.cpp src/cchardet/*.pyc src/cchardet/*.so src/cchardet.egg-info src/tests/__pycache__ src/tests/*.pyc