From 68be03d66bce4b4e70d26137c8f186eb516ef3af Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 22:57:48 +0200 Subject: [PATCH] * Fiddle with travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a77a998a8..fb61b75a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ install: - "export PYTHONPATH=`pwd`" - "python setup.py build_ext --inplace" - "python -m spacy.en.download all" - - "py.test tests/" #- "rm -rf spacy/" #- "pip install spacy"