From 0d1806dc3ef81e0b8605f90df3df56340b4d2b53 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Fri, 6 Sep 2019 17:18:44 -0700 Subject: [PATCH] Use trusty to run tests with Python 2.6 Xenial is now a default. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8afd3a..b4e742d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,6 +107,7 @@ matrix: - PIP=pip language: python python: 2.6 + dist: trusty - os: linux language: python python: 2.7 @@ -125,7 +126,6 @@ matrix: - os: linux language: python python: 3.7 - dist: xenial sudo: true - os: linux language: python