From d2033f0f6c1a324ae8ff9147ebaea7bc9d4cb5ab Mon Sep 17 00:00:00 2001 From: Timo Lesterhuis Date: Tue, 12 Mar 2019 06:51:50 +0100 Subject: [PATCH] bugfix: copy pasta added py27 & py34, removing them here --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec18e59..6c4c2a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python # Existing Python versions python: - - 2.7 - - 3.4 - 3.5 - 3.6 # Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs