From 938ef47607c5107224081a5d1c11bd9ab44de2b9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 3 Mar 2019 13:22:40 +0100 Subject: [PATCH] Travis: really test 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This version seems to work. Sigh… --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d2ad27..d9875dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,8 @@ python: matrix: include: - - dist: xenial - python: - - "2.7" - - "3.6" - - "3.7" - - "nightly" + - python: "3.7" + dist: xenial # we don't need any python dependencies: install: true -- 2.39.2