From 9966ef9a678967e042316e6dd61d95136cbf7bbf Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 21 Jul 2019 10:27:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Travis:=20Try=20to=20use=20trust?= =?UTF-8?q?y=20for=20Python=202.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2bb6c9..8fac307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: python matrix: include: + - python: 2.6 + dist: trusty - python: 2.7 - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 - dist: xenial - sudo: true # command to run tests