summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2013-11-26 18:21:08 -0800
committerAndy McCurdy <andy@andymccurdy.com>2013-11-26 18:21:08 -0800
commitc93acfdc0496761f2b68598e3cc80bf3ef464b10 (patch)
treed069fe315cf98b46b74ae12a1bcf64a558d91dbf
parente5a830fdcfb6be08cf28bf9c6170bca02a1fe714 (diff)
downloadredis-py-c93acfdc0496761f2b68598e3cc80bf3ef464b10.tar.gz
travis-ci no longer supports python 2.5
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7aa7445..378e74d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ python:
- "3.2"
- "2.7"
- "2.6"
- - "2.5"
services:
- redis-server
env:
@@ -21,6 +20,3 @@ matrix:
env: TEST_PEP8=1
- python: "3.3"
env: TEST_PEP8=1
- exclude:
- - python: "2.5"
- env: TEST_HIREDIS=1