Skip to content

Commit

Permalink
Replace AppVeyor with Azure in CI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt committed Jan 7, 2020
1 parent 24a9d77 commit 927ea8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/html/development/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,14 @@ interpreters.
Services
========

pip test suite and checks are distributed on four different platforms that
pip test suite and checks are distributed on three different platforms that
provides free executors for open source packages:

- `Travis CI`_ (Used for Linux)
- `Appveyor CI`_ (Windows only)
- `Azure DevOps CI`_ (Linux, MacOS & Windows tests)
- `GitHub Actions`_ (Linux, MacOS & Windows tests)

.. _`Travis CI`: https://travis-ci.org/
.. _`Appveyor CI`: https://www.appveyor.com/
.. _`Azure DevOps CI`: https://azure.microsoft.com/en-us/services/devops/
.. _`GitHub Actions`: https://github.com/features/actions

Expand Down Expand Up @@ -107,11 +105,11 @@ Actual testing
| | +-------+---------------+-----------------+
| | | PyPy3 | | |
| Windows +----------+-------+---------------+-----------------+
| | | CP2.7 | Appveyor | Appveyor |
| | | CP2.7 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.5 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.6 | Appveyor | Appveyor |
| | | CP3.6 | Azure | Azure |
| | +-------+---------------+-----------------+
| | x64 | CP3.7 | Azure | Azure |
| | +-------+---------------+-----------------+
Expand Down

0 comments on commit 927ea8b

Please sign in to comment.