* Adjust travis.yml, so that we don't test with so much memory

This commit is contained in:
Matthew Honnibal 2015-11-09 02:34:41 +11:00
parent ef5d30a3ea
commit 49aa9b3dfe
1 changed files with 1 additions and 1 deletions

View File

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