From cee869e1ae90604b2582f6af7e9ef81c628dc03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Cabrera=20Mart=C3=ADnez?= Date: Thu, 9 Jul 2020 11:23:42 +0100 Subject: [PATCH] ci: bring travis python up to date Part of osp-cfc-platform/backlog#1402 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6f125c..9ae8c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: -- '3.6' +- '3.8' sudo: required services: - docker