From 5c2f0100bde0d573bad8ad5e2392b52b277cd53f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 15 Aug 2018 17:56:21 +0200 Subject: [PATCH] Python is not yet available in Travis without sudo: true See https://github.com/travis-ci/travis-ci/issues/9815 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02524b3b..8883d47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "3.5" - "3.6" -- "3.7" services: - postgresql addons: