From: Yonatan Komornik <11005061+yoniko@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:49:49 +0000 (-0800) Subject: Travis CI: fix by installing pip compatible with python 3.6 (#3041) X-Git-Tag: v1.5.4^2~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b24ebdcf33cc5c2819272278e2d742b9d0f72fe;p=thirdparty%2Fzstd.git Travis CI: fix by installing pip compatible with python 3.6 (#3041) Pip install script no longer supports python3.6 by default, switched to a script that does. --- diff --git a/.travis.yml b/.travis.yml index 6a1295b4c..c49f3ee3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ matrix: travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip' && unzip ~/ninja.zip -d ~/.local/bin - | - travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/get-pip.py' && + travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/pip/3.6/get-pip.py' && python3 ~/get-pip.py --user && pip3 install --user meson script: