From ddee15cee957956394677b0dbcfa8ec48a76e6e4 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 26 Sep 2017 14:00:25 +0200 Subject: [PATCH] Try to fix travis --- travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.sh b/travis.sh index 78599665c..d1a1b6b29 100755 --- a/travis.sh +++ b/travis.sh @@ -18,7 +18,6 @@ fi if [ "${VIA}" == "compile" ]; then pip install -r requirements.txt python setup.py clean --all - python setup.py build_ext --inplace pip install -e . fi