From dfe5f25f0134361227d03e02d178d81414027319 Mon Sep 17 00:00:00 2001 From: Florian Gabsteiger Date: Thu, 8 Aug 2019 01:01:53 +0200 Subject: [PATCH] Remove python 3.4 from travis as it has reached end-of-life and does not support a lot of the dependencies newer versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8773c486c..fa1785d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ before_install: sudo: false matrix: - include: - - python: "3.4" + include: - python: "3.5" - python: "3.6" - python: "3.7-dev"