From 514d6b8e2281f613bff66078d74ba3ad7761b514 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 23:26:41 +0200 Subject: [PATCH] * Upd travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0c1189a3..478979110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - "pip install --upgrade setuptools" - "pip install -r requirements.txt" - "export PYTHONPATH=`pwd`" - - "python setup.py build_ext --inplace" + - "python setup.py build_ext --inplace > /dev/null" - "python -m spacy.en.download all" # run tests