From 7cd0697e64485fcd724c5943b280b23cdfb739c6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 8 Jun 2015 00:57:19 +0200 Subject: [PATCH] * Avoid downloading data in travis.yml --- just test the non-parser, non-vectors modules. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 478979110..739df31ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,9 @@ install: - "pip install -r requirements.txt" - "export PYTHONPATH=`pwd`" - "python setup.py build_ext --inplace > /dev/null" - - "python -m spacy.en.download all" # run tests script: - - py.test tests/ + - py.test tests/tokenizer/ + - py.test tests/vocab/ + - py.test tests/tagger/