From 7d87ada37bd8f02ced4ef9222f36d70b8db25af8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 17 Jun 2020 08:24:53 +0200 Subject: [PATCH] #38: Bump travis python version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11bf67d..b56501c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python if: branch = master or tag IS present -python: 3.6 +python: 3.7 +dist: bionic services: - docker