From 2068ff2fd94abe4f14b0334eb4372a64b268f6b4 Mon Sep 17 00:00:00 2001
From: Olivier Grisel <olivier.grisel@ensta.org>
Date: Thu, 4 Sep 2014 15:02:18 +0200
Subject: [PATCH] FIX appveyor.yml path

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index f86b5a823a..d4808fd691 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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 .."
-- 
GitLab