Test against Python 3.8 in Travis (#623)

* Test against Python 3.8 in Travis
* Avoid current_task warnings in Python 3.8
This commit is contained in:
Simon Willison 2019-11-10 19:45:34 -08:00 committed by GitHub
commit 1c063fae9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,7 @@ dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
- "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage: