@@ -657,12 +657,12 @@ Testing With Continuous Integration
657
657
-----------------------------------
658
658
659
659
The *pandas * test suite will run automatically on `Travis-CI <https://travis-ci.org/ >`__,
660
- `Appveyor <https://www.appveyor .com/ >`__, and ` Circle CI < https://circleci.com/ >`__ continuous integration
661
- services, once your pull request is submitted.
660
+ `Azure Pipelines <https://azure.microsoft .com/en-us/services/devops/pipelines/ >`__,
661
+ and ` Circle CI < https://circleci.com/ >`__ continuous integration services, once your pull request is submitted.
662
662
However, if you wish to run the test suite on a branch prior to submitting the pull request,
663
663
then the continuous integration services need to be hooked to your GitHub repository. Instructions are here
664
664
for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/ >`__,
665
- `Appveyor <https://www.appveyor .com/docs/ >`__ , and `CircleCI <https://circleci.com/ >`__.
665
+ `Azure Pipelines <https://docs.microsoft .com/en-us/azure/devops/pipelines/ >`__, and `CircleCI <https://circleci.com/ >`__.
666
666
667
667
A pull-request will be considered for merging when you have an all 'green' build. If any tests are failing,
668
668
then you will get a red 'X', where you can click through to see the individual failed tests.
@@ -672,8 +672,8 @@ This is an example of a green build.
672
672
673
673
.. note ::
674
674
675
- Each time you push to *your * fork, a *new * run of the tests will be triggered on the CI. Appveyor will auto-cancel
676
- any non-currently-running tests for that same pull-request. You can enable the auto-cancel feature for
675
+ Each time you push to *your * fork, a *new * run of the tests will be triggered on the CI.
676
+ You can enable the auto-cancel feature, which removes any non-currently-running tests for that same pull-request, for
677
677
`Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit >`__ and
678
678
for `CircleCI here <https://circleci.com/changelog-legacy/#option-to-auto-cancel-redundant-builds >`__.
679
679
0 commit comments