From b18e4fbcef54cbfaee7bc3fabb19f7cad1104f3e Mon Sep 17 00:00:00 2001 From: Craig Maloney Date: Sat, 31 Mar 2018 12:24:36 -0400 Subject: [PATCH] Removing moribund versions of Python --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4f172b..b6b0446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,7 @@ language: python python: # https://github.com/travis-ci/travis-ci/issues/2219#issuecomment-41804942 # https://snarky.ca/how-to-use-your-project-travis-to-help-test-python-itself/ - - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5"