milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Travis CI build fails for python 2.5 #21

Closed milibopp closed 10 years ago

milibopp commented 10 years ago

I just realized that our most recent Travis CI build failed for Python 2.5. This should be fixed, I'll look into it.

milibopp commented 10 years ago

They dropped support for that, as this blog post Upcoming Build Environment Updates explains. From my point of view, there is no need to keep Python 2.5 support.