We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9f19 commit 627c78cCopy full SHA for 627c78c
appveyor.yml
@@ -41,7 +41,7 @@ test_script:
41
# Change to a non-source folder to make sure we run the tests on the
42
# installed library.
43
- "cd C:\\"
44
- - "python -c \"import nose; nose.main()\" -v -s imbalanced-learn --with-timer --timer-top-n 50"
+ - "python -c \"import nose; nose.main()\" -v -s --with-timer --timer-top-n 50 imblearn"
45
46
artifacts:
47
# Archive the generated packages in the ci.appveyor.com build report.
0 commit comments