diff --git a/appveyor.yml b/appveyor.yml
index 8d3b3e7d05b1951647194aaf4a1177f39d6b8d89..06a2a5b3d129695b301087c43129d896b603802d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -73,8 +73,7 @@ test_script:
   # installed library.
   - "mkdir empty_folder"
   - "cd empty_folder"
-
-  - "python -c \"import nose; nose.main()\" --with-timer --timer-top-n 20 -s -v sklearn"
+  - "python -c \"import nose; nose.main()\" --with-timer --timer-top-n 20 -s sklearn"
 
   # Move back to the project folder
   - "cd .."