From 39965be79520070f01dd88a1636ad2cdcc47432c Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri Date: Tue, 9 May 2023 00:09:27 +0200 Subject: [PATCH] Fix Travis. --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 287ffa279..ff1ccfcdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,17 +54,9 @@ install: export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64; export PATH=$JAVA_HOME/bin:$PATH; fi -- sudo python --version -- sudo which python -- python --version -- which python -- python3 --version -- which python3 -- python2 --version -- which python2 -- sudo pip --version -- pip --version +- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py +- python2 get-pip.py - python2 -m pip install --upgrade pip - python2 -m pip install setuptools-rust - python2 -m pip install pyOpenSSL