.travis.yml: Use Ubuntu 20.04 "Focal" environment

This commit is contained in:
Alan Orth 2020-10-29 00:04:47 +03:00
parent 59214ffcb6
commit 0baa07f70a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dist: bionic
dist: focal
language: python
python:
- "3.6"