From 15123329b1989e3965c4795f3f1764edffc53e32 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 18:17:19 +0200 Subject: [PATCH] * Have travis test the pip version of the code --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6571f55bd..5ea20f47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ python: # install dependencies install: - "pip install --upgrade setuptools" - - "pip install -r requirements.txt" - - "export PYTHONPATH=`pwd`" - - "python setup.py build_ext --inplace" + - "rm -rf spacy/" + - "pip install spacy" + - "python -m spacy.en.download all" # run tests script: - py.test tests/