From 02c65155ababfc16d67714fefbe58723cb595f5f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 26 Sep 2017 12:50:31 +0200 Subject: [PATCH] Try to fix crazy travis error --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index eed6a96f2..78599665c 100755 --- a/travis.sh +++ b/travis.sh @@ -17,6 +17,7 @@ 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