wolph / python-statsd

Python Client for the Etsy NodeJS Statsd Server
http://readthedocs.org/docs/python-statsd/en/latest/
BSD 3-Clause "New" or "Revised" License
110 stars 39 forks source link

Extend travis-ci tests with Python 3.4 and pypy #38

Closed pwilczynskiclearcode closed 9 years ago

pwilczynskiclearcode commented 9 years ago

I know it's not changing a lot but finally we should start supporting 3.4 version - Travis currently uses bugfixed 3.4.1 version.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 375f4692de9c97cad07418bbed00a46a374be5b3 on pwilczynskiclearcode:master into 2f2b18912bd289533aadd20dc045342c49ce8b2a on WoLpH:master.

wolph commented 9 years ago

Luckily I don't have to deal with Python 3.2 anymore :)

Thanks for the pull request!

pwilczynskiclearcode commented 9 years ago

@WoLpH Sorry, but I can't find why 3.2 isn't working. On the other hand I figured out how to solve issues with pypy. Python 3.4 worked out of the box.

wolph commented 9 years ago

I actually already added Python 3.4 and partial pypy support locally, I'll see if I can debug the 3.2 issue.

wolph commented 9 years ago

Looks like all of them are working now :)

Thanks @pwilczynskiclearcode!