diff --git a/appveyor.yml b/appveyor.yml index 454489d2..2656b336 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,9 @@ install: #- "%PYTHON%/Scripts/pip.exe install pandas" #- "%PYTHON%/Scripts/pip.exe install scipy" +build: off + test_script: # Run the project tests and store results in .xml log - - ps: | - &$env:PYTHON\python -m unittest discover tests + #- ps: | + #&$env:PYTHON\python -m unittest discover tests