From c86bec4d8f77bc227e8bcb68b06b3d05166bf089 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 7 Feb 2019 17:41:36 +0200 Subject: [PATCH] .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/ --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f2f815..8edd091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ +dist: xenial language: python python: - "3.5" - "3.6" - - "3.7-dev" + - "3.7" addons: postgresql: "9.5" before_script: