From 6193c9fd954c241d99db08f194c9112e28a982d5 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 4 Aug 2020 15:22:38 +0200 Subject: [PATCH] Remove the Python 2 support It should mostly still work (except for :Pyimport), but it won't pass all the tests anymore. Since I'm dropping Python 2 in Jedi anyways, it makes sense to also remove it here. --- .travis.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cbb318..7c2db15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,16 +2,9 @@ dist: bionic language: python python: 3.8 env: - matrix: - - ENV=test - - ENV=check - - ENV=test_coverage -matrix: - include: - - env: ENV=test_coverage - python: 2.7 - - env: ENV=test_coverage - python: 3.8 + - ENV=test + - ENV=check + - ENV=test_coverage install: - | if [ "$ENV" = "test" ]; then