-
Notifications
You must be signed in to change notification settings - Fork 60
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
Run flake8 in warning only mode on Python 2 and 3 #8
Conversation
This will help us find and fix the Python 3 syntax errors (print_function, etc.)
This is ready for review. I have used flake8 to clear the obvious Python3 incompatibilities so now py.tests run on Python 3. They fail and need to be fixed but that is beyond the scope of this PR. |
Thank you, I'll look into fixing the test issues. |
Hi! I fixed the issues that causes the test to fails for python3 here. Could you please review? Here is my PR: |
Awesome work @emre-e with the slick fixes. |
Ready for review. |
Thanks, I'll take a look in a few days and merge it in. |
This will help us find and fix the Python 3 syntax errors (print_function, etc.) A step towards the resolution of #6