From 305b1a97adbfddfab104cbe8eea0eecf204fef15 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 18 Dec 2020 09:08:13 -0800 Subject: [PATCH] travis: use python 3.8 Matching the pipfile, and hopefully fixing tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3c3e464..9beb334f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ branches: except: - "/^wip/" language: python -python: 3.6 +python: 3.8 install: - pip install flake8 - pip install pipenv