[python-committers] Travis now checks for whitespace issues in PRs (original) (raw)
Brett Cannon brett at python.org
Sat Jun 24 21:05:08 EDT 2017
- Previous message (by thread): [python-committers] How does GitHub count contributors?
- Next message (by thread): [python-committers] Travis now checks for whitespace issues in PRs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just pushed a change to master, 3.6, and 3.5 where
Tools/scripts/patchcheck.py now has a --travis option which will run the
whitespace fixers from make patchcheck
but trigger a Travis build failure
if any changes were necessary. This only runs on Linux so it is a PR
blocker, but also so it isn't done more than once per PR.
This was not backported to 2.7 because I honestly didn't want to do the work to fix the merge conflicts. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20170625/762105bf/attachment.html>
- Previous message (by thread): [python-committers] How does GitHub count contributors?
- Next message (by thread): [python-committers] Travis now checks for whitespace issues in PRs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]