From bb0d50418eea58d068417a66458ce65ecc2d3496 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 18 Nov 2019 13:59:58 +0100 Subject: [PATCH] Use python3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cf09c9..77f7148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false cache: pip python: - - "3.5" + - "3.6" addons: postgresql: "9.5"