Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch#25
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 11, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
|
berkerpeksag commentedFeb 11, 2017
I think the plan is to make sure everything works fine on master first and then backport |
methane commentedFeb 11, 2017
I'm sorry. What remains? |
methane commentedFeb 11, 2017
Should I close this PR for now? |
berkerpeksag commentedFeb 11, 2017
No need to close, but I'd wait for a couple days before merging these backports. See alsohttp://bugs.python.org/issue29529. |
brettcannon commentedFeb 11, 2017
So@berkerpeksag is right that I didn't backport any of this on purpose because I knew things likepython/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 believe4538ddc covers that specific issue.) |
brettcannon commentedFeb 13, 2017
GH-74 has proposed changes to |
methane commentedFeb 14, 2017
whileGH-74 looks nice, I feel inconvenience for lack of travis check for 3.6 branch... |
berkerpeksag commentedFeb 14, 2017
#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-docsbuildbot 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 tofail.
methane commentedFeb 14, 2017
I did cherry pick changes in master. |
berkerpeksag commentedFeb 14, 2017
ncoghlan commentedFeb 19, 2017
Going ahead and merging this so we actually get CI on the maintenance branches :) |
This is one of the two approved incoming PSF licenses.Closespython#23
Perf+Feat: Removed unnecessary declarations in type propagator and type annotated more bytecode
No description provided.