From 625ee6c4648cfa484c9a1fec5a8a54bc8f8fca3c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 10 May 2018 18:16:11 +0200 Subject: [PATCH] Unhack travis.sh --- travis.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/travis.sh b/travis.sh index 82298449b..eed6a96f2 100755 --- a/travis.sh +++ b/travis.sh @@ -16,9 +16,7 @@ fi if [ "${VIA}" == "compile" ]; then - ls /usr/lib - ls /usr/lib/local - THINC_BLAS=/usr/lib/libblas.so pip install -r requirements.txt + pip install -r requirements.txt python setup.py build_ext --inplace pip install -e . fi