Switch to 3.8 in travis.

This commit is contained in:
Dave Shawley 2020-09-14 08:20:21 -04:00
parent 86d14f962b
commit cd4edf3f98

View file

@ -1,7 +1,8 @@
language: python
dist: xenial
python:
- 3.7
- "3.7"
- "3.8"
install:
- pip install codecov -r requires/development.txt
script:
@ -16,7 +17,7 @@ deploy:
distributions: sdist bdist_wheel
provider: pypi
on:
python: 3.7
python: 3.8
tags: true
all_branches: true
user: sprockets