From 7a4b8ac8c0d8503078a7cdd6b4d33531491e21c1 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 21 Jul 2019 10:18:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Travis:=20Try=20to=20use=20trust?= =?UTF-8?q?y=20for=20Python=202.6,=203.2=20and=203.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index de60e5b..6c798f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: python python: - "2.6" + dist: trusty - "2.7" - "3.2" + dist: trusty - "3.3" + dist: trusty - "3.4" - "nightly" sudo: false