@@ -384,12 +384,13 @@ Testing With Continuous Integration
384
384
-----------------------------------
385
385
386
386
The *xarray * test suite will run automatically on `Travis-CI <https://travis-ci.org/ >`__,
387
- and `Appveyor <https://www.appveyor.com/ >`__, continuous integration services, once
388
- your pull request is submitted. However, if you wish to run the test suite on a
389
- branch prior to submitting the pull request, then the continuous integration
390
- services need to be hooked to your GitHub repository. Instructions are here
391
- for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/ >`__, and
392
- `Appveyor <https://www.appveyor.com/docs/ >`__.
387
+ and `Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines// >`__,
388
+ continuous integration services, once your pull request is submitted. However,
389
+ if you wish to run the test suite on a branch prior to submitting the pull
390
+ request, then the continuous integration services need to be hooked to your
391
+ GitHub repository. Instructions are here for `Travis-CI
392
+ <http://about.travis-ci.org/docs/user/getting-started/> `__, and
393
+ `Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/ >`__.
393
394
394
395
A pull-request will be considered for merging when you have an all 'green' build. If any
395
396
tests are failing, then you will get a red 'X', where you can click through to see the
@@ -399,10 +400,9 @@ individual failed tests. This is an example of a green build.
399
400
400
401
.. note ::
401
402
402
- Each time you push to your PR branch, a new run of the tests will be triggered on the CI.
403
- Appveyor will auto-cancel any non-currently-running tests for that same pull-request.
404
- You can also enable the auto-cancel feature for `Travis-CI here
405
- <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit> `__.
403
+ Each time you push to your PR branch, a new run of the tests will be
404
+ triggered on the CI. If they haven't already finished, tests for any older
405
+ commits on the same branch will be automatically cancelled.
406
406
407
407
.. _contributing.tdd :
408
408
0 commit comments