.travis.yml: remove pip line from xcode11.2 config
[fio.git] / .travis.yml
index 77c31b776b45c810c5bbf00ef4e52ad11419ec6e..6b710cc3a8df825073e753fa21435ceda5da95a1 100644 (file)
@@ -48,8 +48,9 @@ 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