@@ -686,13 +686,13 @@ See :ref:`contributing.warnings` for more.
686
686
Testing With Continuous Integration
687
687
-----------------------------------
688
688
689
- The *pandas * test suite will run automatically on `Travis-CI <https://travis-ci.org/ >`__,
690
- `Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines/ >`__,
691
- and ` Circle CI < https://circleci.com/ >`__ continuous integration services, once your pull request is submitted.
689
+ The *pandas * test suite will run automatically on `Travis-CI <https://travis-ci.org/ >`__ and
690
+ `Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines/ >`__
691
+ continuous integration services, once your pull request is submitted.
692
692
However, if you wish to run the test suite on a branch prior to submitting the pull request,
693
693
then the continuous integration services need to be hooked to your GitHub repository. Instructions are here
694
- for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/ >`__,
695
- `Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/ >`__, and ` CircleCI < https://circleci.com/ >`__ .
694
+ for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/ >`__ and
695
+ `Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/ >`__.
696
696
697
697
A pull-request will be considered for merging when you have an all 'green' build. If any tests are failing,
698
698
then you will get a red 'X', where you can click through to see the individual failed tests.
@@ -704,8 +704,7 @@ This is an example of a green build.
704
704
705
705
Each time you push to *your * fork, a *new * run of the tests will be triggered on the CI.
706
706
You can enable the auto-cancel feature, which removes any non-currently-running tests for that same pull-request, for
707
- `Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit >`__ and
708
- for `CircleCI here <https://circleci.com/changelog-legacy/#option-to-auto-cancel-redundant-builds >`__.
707
+ `Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit >`__.
709
708
710
709
.. _contributing.tdd :
711
710
0 commit comments