From 52ebfd6380083141977d196821042e4783295c13 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sat, 30 Mar 2019 13:22:10 +0000 Subject: [PATCH] fix mac build --- travis/build_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build_macos.sh b/travis/build_macos.sh index 9c3b60a..e6ae52e 100755 --- a/travis/build_macos.sh +++ b/travis/build_macos.sh @@ -32,7 +32,7 @@ pip install dist/*.whl travis_retry pip install numpy -U # scipy should trigger an update, but that doesn't happen travis_retry pip install -r dev-requirements.txt # make sure it's working without any required libraries installed -brew rm glib +brew uninstall --ignore-dependencies glib mkdir tmp_for_test pushd tmp_for_test nosetests --verbosity=3 --nocapture ../test