summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSridhar Ratnakumar <sridharr@activestate.com>2014-03-25 14:59:58 -0700
committerSridhar Ratnakumar <sridharr@activestate.com>2014-03-25 14:59:58 -0700
commitd7ad27f4082492c0dc4c379502a568e097f2262b (patch)
tree84b8ea11b7e22688b00aea99c4c57e81bcbe86e6 /.travis.yml
parent2727a1b0444405a8728052512f02f26884528d64 (diff)
downloadappdirs-d7ad27f4082492c0dc4c379502a568e097f2262b.tar.gz
disable 2.5 testing on travis for now
because it is failing, https://travis-ci.org/ActiveState/appdirs/jobs/21499431
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f6e19fe..98b9a4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- - "2.5"
- "2.6"
- "2.7"
- "pypy"