From a2bed49ac76545278b5fdbab8ae17e7e157ebc81 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 30 Jan 2015 20:27:35 +1100 Subject: [PATCH] * Upd travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83c7da85f..bb3337ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: - "pip install -r requirements.txt" - "export PYTHONPATH=`pwd`" - "python setup.py build_ext --inplace" + - "python -m spacy.en.download" # command to run tests script: - py.test tests/