From b382c4f6a760441c110a54d1d27a80cf2bb71a55 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 13 Jun 2019 13:38:43 +0200 Subject: [PATCH] Use Ubuntu Trusty (14.04) for Travis Python 2.6 is not available in the newer environment, so make sure we're getting the one we need for now. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1394da4..beeecb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ python: - 2.7 - 3.3 - 3.4 +# We need trusty for Python 2.6. We can raise this when we no longer +# care about 2.6. +dist: trusty install: - pip install 'setuptools>=18.5,<=39.0.0'