summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-16 09:19:19 +0100
committerGitHub <noreply@github.com>2020-11-16 09:19:19 +0100
commit6fbe2c12699c81e54a71cd71b5e1df842d78dc41 (patch)
treefc2ba7f94f67cc774f5dbff241817792384a0882 /.travis.yml
parentc4f70609bc0f4ee03b0c3202ee9d3943c238099b (diff)
downloadcherrypy-git-6fbe2c12699c81e54a71cd71b5e1df842d78dc41.tar.gz
Travis CI: Ubuntu has reached end of standard support
https://wiki.ubuntu.com/Releases
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bdb22822..7fa882b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ conditions: v1
language: python
os: linux
-dist: trusty
+dist: focal
sudo: false
services:
- memcached
@@ -61,7 +61,6 @@ _base_envs:
- travis_retry python -m tox
- &python_3_7_mixture
python: &mainstream_python 3.7
- dist: xenial
group:
sudo: true
- &pure_python_base