-
Notifications
You must be signed in to change notification settings - Fork 580
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
Disable InferBear #2816
Comments
One possible way would be:
|
That will fail the 100% coverage requirement. |
Would adding them in the omit section of setup.cfg be a step in the right direction.Because then travis would not consider them for the test coverage. |
setup.cfg is a generated file. |
Executing Step 2 in the above comment would be one step taken in the right direction according to me.Because that is where the error is. |
You need to have green CI. Otherwise we have another error. |
Should I try submitting a PR and checking or should I try it locally. |
You havent indicated you know how to solve the 100% coverage part of the problem mentioned as part of this issue. Until you know how to solve this problem properly, I am not assigning it to you. |
Hey @jayvdb, I googled a bit and i found this ocaml/dune#567. It be a problem with the broken ocaml version. |
As InferBear is now disabled, the Python 3.6 builds work. Related to coala#2664 Related to coala#2816
Due to #2664 completely failing now, a quick workaround is to disable the opam & infer, so that travis CI doesnt try to set up the pre-reqs, and so that the coverage is still 100%
The text was updated successfully, but these errors were encountered: