@@ -10,5 +10,5 @@ before_install: True
 install: True
 
 script:
-  - 'make nosetests'
+  - 'make test'
 