-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch #25
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.6 #25 +/- ##
======================================
Coverage ? 82.37%
======================================
Files ? 1427
Lines ? 350948
Branches ? 0
======================================
Hits ? 289094
Misses ? 61854
Partials ? 0 Continue to review full report at Codecov.
|
I think the plan is to make sure everything works fine on master first and then backport |
I'm sorry. What remains? |
Should I close this PR for now? |
No need to close, but I'd wait for a couple days before merging these backports. See also http://bugs.python.org/issue29529. |
So @berkerpeksag is right that I didn't backport any of this on purpose because I knew things like python/core-workflow#19 would come up when people more experienced than me in Travis usage would make suggestions. (I was also waiting for the IRC encryption stuff to land but I believe 4538ddc covers that specific issue.) |
GH-74 has proposed changes to |
while GH-74 looks nice, I feel inconvenience for lack of travis check for 3.6 branch... |
#74 has been merged. Please give me a couple days so I can make sure that I didn't cause any regression in our Travis configuration. |
Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail.
I did cherry pick changes in master. |
Going ahead and merging this so we actually get CI on the maintenance branches :) |
This is one of the two approved incoming PSF licenses. Closes python#23
Perf+Feat: Removed unnecessary declarations in type propagator and type annotated more bytecode
No description provided.