From 0868d1017cbf8622f287c841f7e8744c0597372a Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 3 Mar 2019 13:02:31 +0100 Subject: [PATCH] =?utf8?q?Travis:=20more=20reworking=20of=20Py3.7=20suppor?= =?utf8?q?t=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0caebca..5d2ad27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ language: python +python: + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" + - "3.6" + - "nightly" + matrix: include: - - dist: trusty - python: - - "2.7" - - "3.2" - - "3.3" - - "3.4" - - "3.5" - - "3.6" - - "nightly" - dist: xenial python: - "2.7" -- 2.39.2