@@ -407,12 +407,12 @@ pandas uses `mypy <http://mypy-lang.org>`_ to statically analyze the code base a
407
407
Testing with continuous integration
408
408
-----------------------------------
409
409
410
- The pandas test suite will run automatically on `Travis-CI <https://travis-ci.org / >`__ and
410
+ The pandas test suite will run automatically on `GitHub Actions <https://github.com/features/actions / >`__ and
411
411
`Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines/ >`__
412
412
continuous integration services, once your pull request is submitted.
413
413
However, if you wish to run the test suite on a branch prior to submitting the pull request,
414
414
then the continuous integration services need to be hooked to your GitHub repository. Instructions are here
415
- for `Travis-CI < http ://about.travis-ci.org/docs/user/getting-started / >`__ and
415
+ for `GitHub Actions < https ://docs.github.com/en/actions / >`__ and
416
416
`Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/ >`__.
417
417
418
418
A pull-request will be considered for merging when you have an all 'green' build. If any tests are failing,
@@ -421,12 +421,6 @@ This is an example of a green build.
421
421
422
422
.. image :: ../_static/ci.png
423
423
424
- .. note ::
425
-
426
- Each time you push to *your * fork, a *new * run of the tests will be triggered on the CI.
427
- You can enable the auto-cancel feature, which removes any non-currently-running tests for that same pull-request, for
428
- `Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit >`__.
429
-
430
424
.. _contributing.tdd :
431
425
432
426
0 commit comments