diff --git a/Makefile b/Makefile
index d766386529b2109f72017e993e6ebe687dc2decc..8db3628a00c456bb06dbae63b3a2a0217cde0616 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