mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use dist: xenial and python: 3.7 on Travis (#447)
This commit is contained in:
parent
01b3de5b66
commit
553314dcd6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
# 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.7-dev"
|
- "3.7"
|
||||||
- "3.5"
|
- "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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue