Skip to content

Commit 97fc171

Browse files
committed
try dist 20.04
1 parent 7d0c6a1 commit 97fc171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33
python:
44
- "3.8"
55

6-
dist: xenial
6+
dist: focal
77

88
cache:
99
directories:
@@ -15,8 +15,8 @@ git:
1515

1616

1717
before_install:
18-
- sudo apt-get update
19-
- sudo apt-get install python3
18+
#- sudo apt-get update
19+
#- sudo apt-get install python3
2020
- source $TRAVIS_BUILD_DIR/install.sh
2121

2222
script:

0 commit comments

Comments
 (0)