Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3 support #4

Merged
merged 2 commits into from
Aug 12, 2014
Merged

Add Python 3 support #4

merged 2 commits into from
Aug 12, 2014

Conversation

robyoung
Copy link
Contributor

@robyoung robyoung commented Aug 6, 2014

The unicode function is not in python 3 as string literals are by
default unicode strings.

see: http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#unicode

This also runs the tests in travis against both versions.

- Run tests in travis under python2.7 and python3.4
- Add build status badge to README.
The unicode function is not in python 3 as string literals are by
default unicode strings.

see:
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#unicode
@bgreen-litl
Copy link
Member

Thanks! Merging this and will do a release shortly.

bgreen-litl added a commit that referenced this pull request Aug 12, 2014
@bgreen-litl bgreen-litl merged commit e7f1317 into litl:master Aug 12, 2014
@bgreen-litl
Copy link
Member

Travis builds are up and running at https://travis-ci.org/litl/backoff - thanks for that. Also backoff==1.0.4 is released and has python 2.6 and python 3 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants