diff --git a/.appveyor.yml b/.appveyor.yml index dd1824ead..0021776aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,7 +32,7 @@ test_script: # Note that you must use the environment variable %PYTHON% to refer to # the interpreter you're using - Appveyor does not do anything special # to put the Python version you want to use on PATH. - - "%PYTHON%\\python.exe -m pytest spacy/" + - "%PYTHON%\\python.exe -m pytest spacy/ --no-print-logs" after_test: # This step builds your wheels.