-
Notifications
You must be signed in to change notification settings - Fork 46
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
[INCR-85] Support testing Python 3 in edx-search #63
Conversation
Thanks for the pull request, @cclauss! I've created OSPR-3115 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the GitHub pull request interface. As a reminder, our process documentation is here. |
@cclauss Thank you for your contribution. Please let me know once it all checks are green and it is ready for review. Thanks |
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.
Thanks! Codecov passed, but the GitHub app wasn't connected to this repo so the results weren't reported back; just fixed that. The coverage report is at https://codecov.io/gh/edx/edx-search/pull/63
@cclauss 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
* [INCR-85] Support testing Python 3 in edx-search * envlist = py27-django111,py{36,37}-django{111,20,21}, quality * pep8 --> pycodestyle * pycodestyle==2.5.0 * Remove trailing whitespace to placate pycodestyle * test_requirements.txt: Add pylint * Add pylint-django * Fix pylint-django versions * No dist: xenial * from django.http import JsonResponse * return JsonResponse(results, status=status_code) * Remove allow_failures on legacy Python quality * Update .travis.yml
https://openedx.atlassian.net/browse/INCR-85
Opened #64