From f75e487dc1065e927b0bcb18d799b3f5cde7c639 Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Mon, 3 Mar 2014 02:15:08 -0500 Subject: [PATCH] Remove travis-ci unsupported python version Per docs http://docs.travis-ci.com/user/languages/python/ "Travis CI support Python versions 2.6, 2.7, 3.2 and 3.3" --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b385ad7..4147025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.5 - 2.6 - 2.7 - 3.2