* 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
1 changed files with 1 additions and 0 deletions

View File

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