Try to reduce appveyor memory usage

This commit is contained in:
Matthew Honnibal 2018-02-23 13:48:05 +01:00
parent dd3ebe4931
commit 92892cbfee
1 changed files with 1 additions and 1 deletions

View File

@ -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.