From 23b95fa36852f10cc1be85a9f7829a5d8dc06ec5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:14:54 +0300 Subject: [PATCH] .travis.yml: Use Ubuntu 20.04 "Focal" environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8693854..93adeb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: python python: - "3.6"