From ef5d30a3eac889ee8e598345914d54370b080083 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 8 Nov 2015 16:20:53 +0100 Subject: [PATCH] * Make Travis test the models too --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc2441e3e..ba7b4da83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,4 @@ install: # run tests script: - "py.test spacy/ -x" + - "python -m spacy.en.download --force all && py.test --models spacy/ -x"