From 73130bd6e7ff5487553ebe8627286be3c9133dbc Mon Sep 17 00:00:00 2001 From: searchivairus Date: Thu, 30 Nov 2017 13:53:38 -0500 Subject: [PATCH] trying to work around what seems to be an RVM bug --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 26140a3..8b81d47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ before_install: pip install --user --upgrade pip virtualenv virtualenv -p python$PYTHON venv source venv/bin/activate + rvm get stable # work around rvm bug on osx + install: - cmake similarity_search && make -j 4 - travis_wait travis_retry pip install -r python_bindings/requirements.txt scipy six flake8