summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-05-01 16:14:39 -0700
committerandy <andy@whiskeymedia.com>2013-05-01 16:14:39 -0700
commit8fb1db5c9ae55578cf0eee10d50efdce5c130a45 (patch)
tree248eddb18421d54e3e2bfcf05754262b7606148f
parent7c5027e475fe53e0d7e718855ebdd9e294fdafb3 (diff)
downloadredis-py-8fb1db5c9ae55578cf0eee10d50efdce5c130a45.tar.gz
apparently hiredis doesn't work with python2.5, so turning off for now
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bcd92c..8b93898 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,6 @@ matrix:
env: TEST_PEP8=1
- python: 3.3
env: TEST_PEP8=1
+ exclude:
+ - python: 2.5
+ env: TEST_HIREDIS=1