mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
28c4a6db5b
commit
1c063fae9d
2 changed files with 9 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue