Skip to content

Commit 51016d1

Browse files
authored
MAINT remove verbose flag for appveyor tests (scikit-learn#9249)
1 parent fa73cd7 commit 51016d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ test_script:
7373
# installed library.
7474
- "mkdir empty_folder"
7575
- "cd empty_folder"
76-
77-
- "python -c \"import nose; nose.main()\" --with-timer --timer-top-n 20 -s -v sklearn"
76+
- "python -c \"import nose; nose.main()\" --with-timer --timer-top-n 20 -s sklearn"
7877

7978
# Move back to the project folder
8079
- "cd .."

0 commit comments

Comments
 (0)