From 92892cbfee76903b329a5eba744cd49a78c9ef99 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 23 Feb 2018 13:48:05 +0100 Subject: [PATCH] Try to reduce appveyor memory usage --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.