Restore 2.5 support for the time being
This commit is contained in:
parent
81c9b3570b
commit
aecc41deb8
2 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
from functools import update_wrapper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue