From d669d2b877189a43ff4d3b279b15fad1eba09856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 9 Mar 2019 21:57:52 +0200 Subject: [PATCH] Remove Python 3.5 from Travis test matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4af49f..17e7948 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ dist: xenial language: python cache: pip python: - - pypy3.5 - - 3.5 - 3.6 - 3.7 env: @@ -12,11 +10,6 @@ env: - DJANGO=2.1 - DJANGO=master matrix: - exclude: - - python: pypy3.5 - env: DJANGO=master - - python: 3.5 - env: DJANGO=master allow_failures: - python: 3.6 env: DJANGO=master