From 2b3841033751d586f6180b1b0ff4ea574a0737c4 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Tue, 14 Mar 2017 16:10:45 +0100 Subject: [PATCH] update travis configuration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e332ccd..17f5242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ +dist: trusty +sudo: required language: python python: - - 3.4 - 3.5 addons: - postgresql: "9.4" + postgresql: "9.5" services: - postgresql env: