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.5 to tox config #61
Conversation
nice, can you update travis as well? |
a584eb8
to
e20c6d5
Compare
Updated the travis config. |
@@ -1,11 +1,12 @@ | |||
language: python | |||
python: 3.4 | |||
python: 3.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping the python version to the latest seems like a reasonable default here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree
Added trove classifiers. |
nice one, feel free to merge when this goes green |
pytest 2.7.0 has compatibility issues with py 3.5 for assertion rewriting.
No description provided.