From e03b1fea22d30230d8a32e6a0f61fcc26bc3b26d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 30 Jan 2015 20:12:33 +1100 Subject: [PATCH] * Don't download full data during test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb3337ffe..83c7da85f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ 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/