From ae3bb2c362bd5f92d614176f6908ea9593562300 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 21 Jul 2019 10:28:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Travis:=20Try=20to=20use=20trust?= =?UTF-8?q?y=20for=20Python=203.2=20and=203.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8fac307..e3626d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ matrix: - python: 2.6 dist: trusty - python: 2.7 + - python: 3.2 + dist: trusty + - python: 3.3 + dist: trusty - python: 3.4 - python: 3.5 - python: 3.6