Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Dec 25, 2020
1 parent cb31c20 commit 6c6c014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c6c014

Please sign in to comment.