Removed 2.5 support in master

This commit is contained in:
Armin Ronacher 2013-05-23 14:09:22 +01:00
parent 4c27f7a8c4
commit 22816b1d3d

View file

@ -1,13 +1,10 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- pypy
before_install: pip install simplejson
script: python setup.py test
branches: