-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fix the build #5403
Fix the build #5403
Conversation
The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx
Codecov Report
@@ Coverage Diff @@
## master #5403 +/- ##
===========================================
- Coverage 77.15% 61.38% -15.77%
===========================================
Files 44 373 +329
Lines 8892 23522 +14630
Branches 0 2725 +2725
===========================================
+ Hits 6861 14440 +7579
- Misses 2031 9069 +7038
- Partials 0 13 +13
Continue to review full report at Codecov.
|
|
||
[tox] | ||
envlist = | ||
eslint | ||
flake8 | ||
javascript | ||
pylint |
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.
Why was this removed? pylint
is a valid environment, i.e., tox -e pylint
.
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.
oops, I thought I was removing a dependency, will re-add
The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx
The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx
* Visualization Unicode bug fix * Fix the build (#5403) The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx * Visualization Unicode bug fix
The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx
* Visualization Unicode bug fix * Fix the build (apache#5403) The travis build has been failing for 2 reasons recently * pylint takes > 10 minutes without outputing * bad merge confict auto resolve in controls.jsx * Visualization Unicode bug fix
The travis build has been failing for 2 reasons recently