Skip to content

Add Python 3 support - #23

Closed
ghickman wants to merge 6 commits into
sendwithus:masterfrom
ghickman:master
Closed

Add Python 3 support#23
ghickman wants to merge 6 commits into
sendwithus:masterfrom
ghickman:master

Conversation

@ghickman

Copy link
Copy Markdown

This PR adds support for Python 3.4 by switching to relative import paths and using a version check to deal with string types between this and 2.x versions.

I've also added 3.4 to the travis build matrix, added the Trove classifiers in setup.py and updated the README to reflect these changes.

There are two failing tests, test_create_email_bad_subject & test_create_email_bad_html, but they are also failing on the upstream master.

@ghickman

Copy link
Copy Markdown
Author

The 3.4 tests seem to have broken quite spectacularly on Travis due to what looks like a requests issue. Running these locally I don't these errors on 2.7 or 3.4. I've also rolled an sdist and installed into a clean virtualenv where the code is working.

@bvanvugt bvanvugt closed this Dec 17, 2014
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