From 9a7b406b30f9c190af4ba9bf3a7d9de4bd790818 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 18 Dec 2016 18:07:59 +0100 Subject: [PATCH] Repair travis test script --- travis.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/travis.sh b/travis.sh index 6950f2e52..67d413a1b 100755 --- a/travis.sh +++ b/travis.sh @@ -16,9 +16,11 @@ if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then fi -#if [ "${VIA}" == "compile" ]; then -# pip install -r requirements.txt -# pip install -e . +if [ "${VIA}" == "compile" ]; then + pip install -r requirements.txt + pip install -e . +fi + # mkdir -p corpora/en # cd corpora/en # wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz