@@ -192,15 +192,15 @@ Automated tests
192192Whenever a pull request is created or updated, various automated test tools
193193will run on all supported platforms and versions of Python.
194194
195- * Make sure the Linting, Travis , AppVeyor, CircleCI, and Azure pipelines are
196- passing before merging (All checks are listed at the bottom of the GitHub
197- page of your pull request). Here are some tips for finding the cause of the
198- test failure:
195+ * Make sure the Linting, GitHub Actions , AppVeyor, CircleCI, and Azure
196+ pipelines are passing before merging (All checks are listed at the bottom of
197+ the GitHub page of your pull request). Here are some tips for finding the
198+ cause of the test failure:
199199
200200 - If *Linting * fails, you have a code style issue, which will be listed
201201 as annotations on the pull request's diff.
202- - If a Travis or AppVeyor run fails, search the log for ``FAILURES ``. The
203- subsequent section will contain information on the failed tests.
202+ - If a GitHub Actions or AppVeyor run fails, search the log for ``FAILURES ``.
203+ The subsequent section will contain information on the failed tests.
204204 - If CircleCI fails, likely you have some reStructuredText style issue in
205205 the docs. Search the CircleCI log for ``WARNING ``.
206206 - If Azure pipelines fail with an image comparison error, you can find the
0 commit comments