Skip to content

Commit 627c78c

Browse files
author
Guillaume Lemaitre
committed
Update the appveyor
1 parent 62f9f19 commit 627c78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test_script:
4141
# Change to a non-source folder to make sure we run the tests on the
4242
# installed library.
4343
- "cd C:\\"
44-
- "python -c \"import nose; nose.main()\" -v -s imbalanced-learn --with-timer --timer-top-n 50"
44+
- "python -c \"import nose; nose.main()\" -v -s --with-timer --timer-top-n 50 imblearn"
4545

4646
artifacts:
4747
# Archive the generated packages in the ci.appveyor.com build report.

0 commit comments

Comments
 (0)