summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-15 21:54:42 +0100
committerGitHub <noreply@github.com>2020-11-15 21:54:42 +0100
commite58b0fdaeaedd73a0ca19ad23a63874708d86b91 (patch)
tree600b3f21857a2f4622e33988963e768c2b7dc335 /docs
parent21bb0822c7d30adc1e144e87d730cd67eb4fa828 (diff)
downloadpsutil-e58b0fdaeaedd73a0ca19ad23a63874708d86b91.tar.gz
Remove Travis and Cirrus, use GH also for FreeBSD (#1880)
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVGUIDE.rst19
1 files changed, 5 insertions, 14 deletions
diff --git a/docs/DEVGUIDE.rst b/docs/DEVGUIDE.rst
index 573afdd5..2ed8c42a 100644
--- a/docs/DEVGUIDE.rst
+++ b/docs/DEVGUIDE.rst
@@ -107,30 +107,24 @@ All of the services listed below are automatically run on each ``git push``.
Unit tests
----------
-Tests are automatically run on every GIT push on **Linux**, **macOS**,
+Tests are automatically run on every GIT push and PR on **Linux**, **macOS**,
**Windows** and **FreeBSD** by using:
-- `Travis`_ (Linux, macOS)
- `Github Actions`_ (Linux, macOS, Windows)
- `Appveyor`_ (Windows)
-- `Cirrus CI`_ (FreeBSD)
-.. image:: https://img.shields.io/travis/giampaolo/psutil/master.svg?maxAge=3600&label=Linux,%20OSX,%20PyPy
- :target: https://travis-ci.org/giampaolo/psutil
+.. image:: https://img.shields.io/github/workflow/status/giampaolo/psutil/CI?label=linux%2C%20macos%2C%20freebsd
+ :target: https://github.com/giampaolo/psutil/actions?query=workflow%3ACI
-.. image:: https://img.shields.io/appveyor/ci/giampaolo/psutil/master.svg?maxAge=3600&label=Windows
+.. image:: https://img.shields.io/appveyor/ci/giampaolo/psutil/master.svg?maxAge=3600&label=windows
:target: https://ci.appveyor.com/project/giampaolo/psutil
-.. image:: https://img.shields.io/cirrus/github/giampaolo/psutil?label=FreeBSD
- :target: https://cirrus-ci.com/github/giampaolo/psutil-cirrus-ci
-
OpenBSD, NetBSD, AIX and Solaris does not have continuos test integration.
Test coverage
-------------
-Test coverage is provided by `coveralls.io`_ and it is controlled via
-`.travis.yml`_.
+Test coverage is provided by `coveralls.io`_.
.. image:: https://coveralls.io/repos/giampaolo/psutil/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/giampaolo/psutil?branch=master
@@ -144,10 +138,8 @@ Documentation
- public doc is hosted at https://psutil.readthedocs.io
-.. _`.travis.yml`: https://github.com/giampaolo/psutil/blob/master/.travis.yml
.. _`appveyor.yml`: https://github.com/giampaolo/psutil/blob/master/appveyor.yml
.. _`Appveyor`: https://ci.appveyor.com/project/giampaolo/psuti
-.. _`Cirrus CI`: https://cirrus-ci.com/github/giampaolo/psutil-cirrus-ci
.. _`coveralls.io`: https://coveralls.io/github/giampaolo/psuti
.. _`CREDITS`: https://github.com/giampaolo/psutil/blob/master/CREDITS
.. _`doc/index.rst`: https://github.com/giampaolo/psutil/blob/master/doc/index.rst
@@ -165,4 +157,3 @@ Documentation
.. _`psutil/tests/test_system.py`: https://github.com/giampaolo/psutil/blob/master/psutil/tests/test_system.py
.. _`RsT syntax`: http://docutils.sourceforge.net/docs/user/rst/quickref.htm
.. _`sphinx`: http://sphinx-doc.org
-.. _`Travis`: https://travis-ci.org/giampaolo/psuti