From 1d26f77412e644a53bc38e644858c14896ab9cfe Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 23:19:42 +0200 Subject: [PATCH] * Upd travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb61b75a3..a0c1189a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ install: - "python setup.py build_ext --inplace" - "python -m spacy.en.download all" -#- "rm -rf spacy/" -#- "pip install spacy" -#- "python -m spacy.en.download all" # run tests script: - py.test tests/