From ddb11f55854390675c9a656d7489ab82631cf830 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 7 Jun 2015 20:47:45 +0200 Subject: [PATCH] * Fiddle with travis.yml --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ea20f47f..ae8467f96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,16 @@ python: # install dependencies install: - "pip install --upgrade setuptools" - - "rm -rf spacy/" - - "pip install spacy" + - "pip install -r requirements.txt" + - "pip install fabric fabtools" + - "export PYTHONPATH=`pwd`" + - "fab make" - "python -m spacy.en.download all" + - "py.test tests/" + +#- "rm -rf spacy/" +#- "pip install spacy" +#- "python -m spacy.en.download all" # run tests script: - py.test tests/