mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run Travis CI against Python 3.7 as well
This commit is contained in:
parent
aec3ae5323
commit
130dc8823e
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@ language: python
|
||||||
|
|
||||||
# 3.6 is listed first so it gets used for the later build stages
|
# 3.6 is listed first so it gets used for the later build stages
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- "3.6"
|
||||||
- 3.5
|
- "3.7-dev"
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
# Executed for 3.5 AND 3.5 as the first "test" stage:
|
# Executed for 3.5 AND 3.5 as the first "test" stage:
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue