datadesk / latimes-statestyle

A Python library that standardizes the names of U.S. states
25 stars 6 forks source link

Add Python 3 support, tox.ini, and some classifier tags #3

Closed ftobia closed 11 years ago

ftobia commented 11 years ago

Most notably I made a few changes that allow this library to run on Python 3. To support testing these changes, I added a tox.ini file.

I've also added some Trove classifier tags to the setup.py, though I'm less sure that these are comprehensive. Still, I wanted to note which versions of Python we've tested against.

palewire commented 11 years ago

Thanks. I'll take a look at this.

ftobia commented 11 years ago

Bump.

ftobia commented 11 years ago

Thanks.

palewire commented 11 years ago

Sorry for the delay on this. I added Travis CI integration while I was at it. Looks like we're good for Python 2.5 - 3.3.

ftobia commented 11 years ago

That's awesome. No problem at all.