]> jfr.im git - z_archive/twitter.git/commit
Merge pull request #221 from hugovk/py3
authorMike Verdone <redacted>
Wed, 16 Apr 2014 20:23:16 +0000 (22:23 +0200)
committerMike Verdone <redacted>
Wed, 16 Apr 2014 20:23:16 +0000 (22:23 +0200)
commit2570a93088fe394005f085c82f13fd065795051a
treeb999ba36040b32a083391ab87f92f81e98ac5a70
parent454fc9c0555c2995f0b231cfe5b760164989c4f7
parent9ae71d46d36ae4c2fadb8bf2015a0757d37d70a8
Merge pull request #221 from hugovk/py3

Add TravisCI support
... at least for the code run by the tests on Travis CI.

https://travis-ci.org/hugovk/twitter/builds/23027808

Notes:
 * 2.6, 2.7, 3.3 pass.
 * 3.4 isn't quite yet available, but is coming soon: https://github.com/travis-ci/travis-ci/issues/1989#issuecomment-39315535
 * 3.2 fails because it doesn't have u'uncode stuff' but I guess most Py3 users will be ok with 3.3 or 3.4.
 * I've not looked into why pypy fails.
 * (This PR also contains the same changes as PR #220.)