On Wednesday, February 16, 2022 at 11:34:47 AM UTC-6 Edward K. Ream wrote: I have already revoked the permissions for TravisCI. The next steps: > > - Remove the TravisCI files from both master and devel (using PR's), > thereby disabling unit tests on all commits. > - Disable (convert @clean to @@clean) the corresponding nodes in > leoDist.leo. >
Done directly in master at rev 58f2dd9 <https://github.com/leo-editor/leo-editor/commit/58f2dd96766185470917b00153bd16ad2c6856aa>. Done in devel via PR #2429 <https://github.com/leo-editor/leo-editor/pull/2429>. leoDist.leo contains @@@clean nodes for the deleted files, so it should be straightforward to restore the status quo ante should that seem desirable. So now Thomas and I are responsible for running tests manually. To run pylint on all files, execute the following: cd C:\leo.repo\leo-editor python -m pylint-leo %* To run Leo's test-all command, execute the following in the leo-editor directory: cd C:\leo.repo\leo-editor python -m unittest %* That's easy enough! The scripts shown above are for Windows .cmd files. Linux scripts would be similar. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/44a20943-8516-4d92-ba19-d6a56aa34eafn%40googlegroups.com.
