sookasa / box.py

Python client for Box
43 stars 25 forks source link

support python 2.6 #24

Closed aaylward closed 10 years ago

aaylward commented 10 years ago

This adds support for python 2.6. All tests pass in py26 and py27.

tals commented 10 years ago

Oh, this is really nice! Thanks!

aaylward commented 10 years ago

Thanks for merging! Is it easy to get travis to test against python2.6 so that future changes don't revert support?

tals commented 10 years ago

added in 9b3eba5 :) I'll do a pypi push tonight

aaylward commented 10 years ago

awesome. Thanks very much!

tals commented 10 years ago

It's up. You can now install it with pip :)

aaylward commented 10 years ago

sweet :)