From 052419685f13b1e654ac0b8c0bc29e53e8c099c0 Mon Sep 17 00:00:00 2001 From: chassing Date: Tue, 17 Apr 2012 10:47:03 +0300 Subject: [PATCH] fixed typo in nosetests command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d766386..8db3628 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ init: pip install -r requirements.txt --use-mirrors test: - nosetest tests \ No newline at end of file + nosetests tests \ No newline at end of file