From 6c6c014e01a73d309ac47d8a2d4e8d1d37586491 Mon Sep 17 00:00:00 2001 From: "jiang.pengcheng" Date: Fri, 25 Dec 2020 09:14:30 +0800 Subject: [PATCH] Update --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a06cfedafb4..019df423227 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,12 +60,12 @@ cache: - $HOME/.gradle/wrapper/ before_install: - - python3 --version - - python3.8 --version + - python3 --version && which python3 + - python3.8 --version && which python3.8 - ./tools/travis/docker.sh - sudo apt-get install -y python3-pip - pip install --user --upgrade pip setuptools six - - pip3 install --user --upgrade pip3 setuptools six + - pip3 install --user --upgrade pip setuptools six install: - ./tools/travis/setup.sh