.travis.yml: Use Ubuntu 16.04 xenial image

This is a newer userland and allows us to use Python 3.7, for example.

See: https://docs.travis-ci.com/user/reference/xenial/
This commit is contained in:
Alan Orth 2019-02-07 17:41:36 +02:00
parent 5429fe5cc8
commit c86bec4d8f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
addons:
postgresql: "9.5"
before_script: