From cf3940444141aa9a6536af52e3061df629b62de9 Mon Sep 17 00:00:00 2001 From: Vittorio Alfieri Date: Tue, 9 May 2023 00:05:34 +0200 Subject: [PATCH] Try to Fix Travis Errors. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0858fb182..287ffa279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,11 +64,7 @@ install: - which python2 - sudo pip --version - pip --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 @@ -76,6 +72,10 @@ install: - python2 -m pip install github3.py - python2 -m pip install cpp-coveralls +- ls /usr/local/lib/python2.7/ +- ls /usr/local/lib/python2.7/dist-packages/ +- ls /usr/local/lib/python2.7/dist-packages/certifi/ +- ls /usr/local/lib/python2.7/dist-packages/certifi/cacert.pem - locate python2.7 before_script: