travis: use python 3.8

Matching the pipfile, and hopefully fixing tests
This commit is contained in:
Giovanni Campagna 2020-12-18 09:08:13 -08:00
parent 1fe7b8cfe4
commit 305b1a97ad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ branches:
except:
- "/^wip/"
language: python
python: 3.6
python: 3.8
install:
- pip install flake8
- pip install pipenv