Use dist: xenial and python: 3.7 on Travis (#447)

This commit is contained in:
Simon Willison 2019-05-03 14:16:52 -04:00 committed by GitHub
commit 553314dcd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,10 @@
language: python
dist: xenial
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage: