From 951684c4ac33298338b9cc120302c63ecd4bc928 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 31 Jan 2015 13:50:30 +1100 Subject: [PATCH] * Upd travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb3337ffe..65adc7461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - "pip install -r requirements.txt" - "export PYTHONPATH=`pwd`" - "python setup.py build_ext --inplace" - - "python -m spacy.en.download" + - "python -m spacy.en.download all" # command to run tests script: - py.test tests/