Test against Python 3.8 in Travis

This commit is contained in:
Simon Willison 2019-11-10 19:24:29 -08:00
commit cea151f9cb

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: