From 5d21454789667fbfb719fb8dc219485e24f661ad Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 4 Mar 2020 19:30:30 -0600 Subject: [PATCH] Update .travis.yml Remove python 3.5 and add 3.8 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b275889c..b89e7532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,15 @@ install: script: tox matrix: include: - - os: "linux" - dist: "xenial" - python: "3.5" - os: "linux" dist: "xenial" python: "3.6" - os: "linux" dist: "xenial" python: "3.7" + - os: "linux" + dist: "xenial" + python: "3.8" - os: "windows" language: shell python: "3.7"