From 2a8b868367ffccb24b842ba716fdc000e00f5c56 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Fri, 2 Nov 2018 20:48:45 +0900 Subject: [PATCH] test appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index db756228..5f802dc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,9 +51,9 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%PYTHON%/Scripts/pip.exe install numpy" - - "%PYTHON%/Scripts/pip.exe install pandas" - - "%PYTHON%/Scripts/pip.exe install scipy" + #- "%PYTHON%/Scripts/pip.exe install numpy" + #- "%PYTHON%/Scripts/pip.exe install pandas" + #- "%PYTHON%/Scripts/pip.exe install scipy" test_script: # Run the project tests and store results in .xml log