try dist 20.04
This commit is contained in:
parent
7d0c6a18eb
commit
97fc171114
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ language: python
|
|||
python:
|
||||
- "3.8"
|
||||
|
||||
dist: xenial
|
||||
dist: focal
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
@ -15,8 +15,8 @@ git:
|
|||
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install python3
|
||||
#- sudo apt-get update
|
||||
#- sudo apt-get install python3
|
||||
- source $TRAVIS_BUILD_DIR/install.sh
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue