-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Emit to the pip-compile's header an original command #733
Conversation
Restarted Travis builds - there appears to have been a temporary failure with downloads for py34/py35/pypy/pypy3. |
Codecov Report
@@ Coverage Diff @@
## master #733 +/- ##
==========================================
+ Coverage 85.57% 85.81% +0.24%
==========================================
Files 31 31
Lines 2128 2122 -6
Branches 310 305 -5
==========================================
Hits 1821 1821
+ Misses 236 233 -3
+ Partials 71 68 -3
Continue to review full report at Codecov.
|
@blueyed yes, thank you! It seems everything is okay now. |
Great. Will let you / somebody else merge this. |
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.
LGTM 👍
|
Uses sys.argv to emit an original command. Closes #726.
Changelog-friendly one-liner: Emit to the pip-compile's header an original command
Contributor checklist