From 8deb8644bdc0066dfea69bfbb00b073d80bc1574 Mon Sep 17 00:00:00 2001 From: Aymeric Ducroquetz Date: Fri, 26 Apr 2019 15:12:53 +0200 Subject: [PATCH] CI: Force Python version to version 2.7 https://changelog.travis-ci.com/the-default-python-version-for-your-builds-is-now-3-6-97935 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7b225780..e96e9371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: required dist: xenial language: python +python: '2.7' addons: apt: sources: