From ee317446bd6d3195929e377e923963522aa85751 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 13 Apr 2015 05:59:05 +0200 Subject: [PATCH] * Try not downloading stuff for travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65adc7461..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 all" # command to run tests script: - py.test tests/