mirror of https://github.com/explosion/spaCy.git
* Adjust travis.yml, so that we don't test with so much memory
This commit is contained in:
parent
ef5d30a3ea
commit
49aa9b3dfe
|
@ -25,4 +25,4 @@ install:
|
|||
# run tests
|
||||
script:
|
||||
- "py.test spacy/ -x"
|
||||
- "python -m spacy.en.download --force all && py.test --models spacy/ -x"
|
||||
- "python -m spacy.en.download --force all && py.test spacy/ -x"
|
||||
|
|
Loading…
Reference in New Issue