Update .travis.yml

Remove python 3.5 and add 3.8
This commit is contained in:
Andrew Senetar 2020-03-04 19:30:30 -06:00 committed by GitHub
parent 3e4fe5b765
commit 5d21454789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"