sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
125 stars 101 forks source link

Require conformance to style standards #94

Closed thinkingserious closed 5 years ago

thinkingserious commented 5 years ago

Issue Summary

In the CONTRIBUTING.md file there is a section on Style Guidelines & Naming Conventions. Please review and implement a check in Travis CI. If there are any style errors, either fix or create a rule to exclude the error.

Before writing any code, we suggest you review our CONTRIBUTING.md file and propose your solution for discussion here in the comments. Thank you!

Aceptance Criteria

cmccandless commented 5 years ago

This issue is unclear. .travis.yml already runs pycodestyle (formerly known as pep8).

If the requirement is simply that the style is enforced by Travis CI, the above line needs to be moved from the after_script section to the script section.