You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
This project is not a completely code-driven project, mainly document-based, code as an aid to understand the document, so the site may be more important
The reason will be displayed to describe this comment to others. Learn more.
@wizardforcel is saying that the site generation process does not need Continuous Integration.
However, our users could be confused by the 18 undefined names that remain in our code. These should be cleaned up and Continuous Integration has the power to show us where these problems are:
4e129cd
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.
@jiangzhonglian Can we revert this change and enable https://travis-ci.org/apachecn/AiLearning ?
If you no longer want to use Travis CI, could we use one of the alternatives for automated testing?
4e129cd
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.
We use this Travis to generate website documentation.
@wizardforcel Brother Long, what do you think?
4e129cd
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.
We use docsify, which dynamically renders MD into HTML, so there is no need of CI.
4e129cd
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.
So let's use CI to do automated testing instead of using it for the generation of docs.
4e129cd
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.
This project is not a completely code-driven project, mainly document-based, code as an aid to understand the document, so the site may be more important
4e129cd
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.
@wizardforcel is saying that the site generation process does not need Continuous Integration.
However, our users could be confused by the 18 undefined names that remain in our code. These should be cleaned up and Continuous Integration has the power to show us where these problems are:
$ flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics