Skip to content

Commit debe3e1

Browse files
authored
Replace Travis CI with GitHub Actions in documentation
1 parent aee1973 commit debe3e1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

source/guides/supporting-multiple-python-versions.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ of many continuous-integration systems. There are two hosted services which
6262
when used in conjunction provide automated testing across Linux, Mac and
6363
Windows:
6464

65-
- `Travis CI <https://travis-ci.com>`_ provides both a Linux and a macOS
66-
environment. The Linux environment is Ubuntu 12.04 LTS Server Edition 64 bit
67-
while the macOS is 10.9.2 at the time of writing.
65+
- `GitHub Actions <https://docs.github.com/en/actions>`_ provides Windows,
66+
Linux and a macOS environments.
6867
- `Appveyor <https://www.appveyor.com/>`_ provides a Windows environment
6968
(Windows Server 2012).
7069

@@ -76,7 +75,7 @@ Windows:
7675
TODO How do we keep the Travis Linux and macOS versions up-to-date in this
7776
document?
7877

79-
Both `Travis CI`_ and Appveyor_ require a `YAML
78+
Both `GitHub Actions`_ and Appveyor_ require a `YAML
8079
<https://yaml.org>`_-formatted file as specification for the instructions
8180
for testing. If any tests fail, the output log for that specific configuration
8281
can be inspected.

0 commit comments

Comments
 (0)