From c238c2f04f8be8c7eed4f83959cef0542d763159 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Mon, 30 Jul 2018 15:06:20 +0200 Subject: [PATCH] Re-enable lint check after Python 2.7 got rm'ed --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bace7af..a7a6eaa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ env: matrix: exclude: - - python: "3.4" - env: LINT="yes" - python: "3.5" env: LINT="yes" - python: "3.6" -- 2.45.2