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

Python 2.6-3.3 support #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

heynemann
Copy link

This pull request adds python 2.6-3.3 support (as well as tests through tox) to slumber.

Some additional dependencies were introduced, though. Six was added to support conditional treatment of strings.

A test dependency to unittest2 was added to tox in order to add support to the "discover" method of TestCase (though this dependency only happens in python26).

All tests are passing in the following python versions: 2.6, 2.7, 3.2, 3.3 and pypy.

This commit adds python 2.6-3.3 support (as well as tests through tox) to slumber.

Some additional dependencies were introduced, though.
This commit adds python 2.6-3.3 support (as well as tests through tox) to slumber.

Some additional dependencies were introduced, though. Six was added to support conditional treatment of strings.

A test dependency to unittest2 was added to tox in order to add support to the "discover" method of TestCase (though this dependency only happens in python26).

All tests are passing in the following python versions: 2.6, 2.7, 3.2, 3.3 and pypy.
@merwok
Copy link
Contributor

merwok commented May 30, 2013

Thanks, will review and integrate with #56.

@cclauss
Copy link

cclauss commented Feb 20, 2019

Can this PR be closed?

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.

3 participants