Revert ".travis.yml: remove pip line from xcode11.2 config"
authorVincent Fu <vincent.fu@wdc.com>
Wed, 8 Apr 2020 11:22:18 +0000 (07:22 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Wed, 8 Apr 2020 11:25:58 +0000 (07:25 -0400)
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 <vincent.fu@wdc.com>
.travis.yml

index 6b710cc3a8df825073e753fa21435ceda5da95a1..77c31b776b45c810c5bbf00ef4e52ad11419ec6e 100644 (file)
@@ -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