Skip to content
Snippets Groups Projects
Commit 2068ff2f authored by Olivier Grisel's avatar Olivier Grisel
Browse files

FIX appveyor.yml path

parent fe7ff980
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ test_script:
# Skip joblib tests that require multiprocessing as they are prone to random
# slow down
- "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=%PROJECT_DIR%/continuous_integration/exclude_joblib_mp.txt sklearn"
- "python -c \"import nose; nose.main()\" -s --with-noseexclude --exclude-test-file=../continuous_integration/exclude_joblib_mp.txt sklearn"
# Move back to the project folder
- "cd .."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment