From d318cf14974d8f49a9153dec89c59c52914b4de8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 8 Jun 2015 01:27:08 +0200 Subject: [PATCH] * Have travis use pip again... --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 739df31ea..fe8dbdf49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,8 @@ python: # install dependencies install: - "pip install --upgrade setuptools" - - "pip install -r requirements.txt" - - "export PYTHONPATH=`pwd`" - - "python setup.py build_ext --inplace > /dev/null" + - "rm -rf spacy/" + - "pip install spacy" # run tests script: