mirror of https://github.com/explosion/spaCy.git
Try to reduce appveyor memory usage
This commit is contained in:
parent
dd3ebe4931
commit
92892cbfee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue