From f8a4eafb60be0bd0d062f00a94e88a1505b85c51 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 10 Jun 2019 11:17:04 +0100 Subject: Removed old Python versions from Travis configuration. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d88b797..9aa890c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: python sudo: false python: - - "2.6" - "2.7" -# - "3.2" removed because Coveralls/coverage 4.0 fails on 3.2 - - "3.3" - "3.4" - "3.5" - "3.6" -- cgit v1.2.1