summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-12-14 12:56:50 +0100
committerStefan Kögl <stefan@skoegl.net>2012-12-14 12:56:50 +0100
commit0e6772b3a300549e8a1030c13c59f0ee7b62dcaa (patch)
treeb95b4b665fe80224b781f16ed18c4a716b381147 /.travis.yml
parent7c7a1f50d4ee01aa243ec8d73e6dbc5436b9071e (diff)
downloadpython-json-patch-0e6772b3a300549e8a1030c13c59f0ee7b62dcaa.tar.gz
remove Python 2.5 compatability
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 5b0216a..b692978 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- - "2.5"
- "2.6"
- "2.7"
- "3.2"