From 185b50f43ecbd9b026ff7cfec5596ffa2505cdb8 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Fri, 29 Mar 2013 00:24:03 -0700 Subject: [PATCH] Drop Python 2.5 support from Travis tests Coveralls doesn't work with Python 2.5 so it can't be tested --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index e309d3d..0c00347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - "2.5" - "2.6" - "2.7" @@ -22,10 +21,3 @@ install: script: coverage run -a --branch --include="model_utils/*" --omit="model_utils/tests/*" setup.py test after_success: coveralls - -matrix: - exclude: - - python: "2.5" - env: DJANGO=Django==1.5 SOUTH=1 - - python: "2.5" - env: DJANGO=https://github.com/django/django/tarball/master SOUTH=1