From cea234e2abefa27703d47f48e72682084239ff56 Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri Date: Tue, 9 May 2023 00:02:41 +0200 Subject: [PATCH] Try to fix Travis Build CI. --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62540d135..0858fb182 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,15 +64,19 @@ install: - which python2 - sudo pip --version - pip --version -- pip-2.7 --version +- ll /usr/local/lib/python2.7/ +- ll /usr/local/lib/python2.7/dist-packages/ +- ll /usr/local/lib/python2.7/dist-packages/certifi/ +- ll /usr/local/lib/python2.7/dist-packages/certifi/cacert.pem +- python2 -m pip install --upgrade pip +- python2 -m pip install setuptools-rust +- python2 -m pip install pyOpenSSL +- python2 -m pip install pyjavaproperties +- python2 -m pip install github3.py +- python2 -m pip install cpp-coveralls -- pip-2.7 install --upgrade pip -- pip-2.7 install setuptools-rust -- pip-2.7 install pyOpenSSL -- pip-2.7 install pyjavaproperties -- pip-2.7 install github3.py -- pip-2.7 install cpp-coveralls +- locate python2.7 before_script: - export REQUESTS_CA_BUNDLE=/usr/local/lib/python2.7/dist-packages/certifi/cacert.pem