travis: use python 3.8
Matching the pipfile, and hopefully fixing tests
This commit is contained in:
parent
1fe7b8cfe4
commit
305b1a97ad
|
@ -2,7 +2,7 @@ branches:
|
|||
except:
|
||||
- "/^wip/"
|
||||
language: python
|
||||
python: 3.6
|
||||
python: 3.8
|
||||
install:
|
||||
- pip install flake8
|
||||
- pip install pipenv
|
||||
|
|
Loading…
Reference in New Issue