* Make Travis test the models too

This commit is contained in:
Matthew Honnibal 2015-11-08 16:20:53 +01:00
parent d67d7d5a86
commit ef5d30a3ea

View File

@ -25,3 +25,4 @@ install:
# run tests # run tests
script: script:
- "py.test spacy/ -x" - "py.test spacy/ -x"
- "python -m spacy.en.download --force all && py.test --models spacy/ -x"