From 6b8cc5341ce737028ebc7afc5b4a149a86a50f47 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 8 Apr 2020 07:22:18 -0400 Subject: [PATCH] Revert ".travis.yml: remove pip line from xcode11.2 config" This reverts commit 839e0223363e323a4acbdfaf785b03d5aa9f53ba. Two weeks ago an update to the xcode11.2 image required the above patch to get macOS testing working. Recently the xcode11.2 image was changed back to its earlier state. So we now need to revert the above patch for testing to work. Signed-off-by: Vincent Fu --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b710cc3..77c31b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,9 +48,8 @@ before_install: brew install cunit; if [[ "$TRAVIS_OSX_IMAGE" == "xcode11.2" ]]; then pip3 install scipy; - else - pip install scipy; fi; + pip install scipy; fi; script: - ./configure --extra-cflags="${EXTRA_CFLAGS}" && make -- 2.25.1