From 15781efab349cc87ce49b508e186cada7ed337e6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 4 Jul 2023 20:11:26 +0200 Subject: [PATCH] docs: CI only on github actions now --- docs/development.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 5db1f6d5a..8eb9d929b 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -146,12 +146,9 @@ follow their `guide about avoiding ruining git blame`_: Continuous Integration ---------------------- -All pull requests go through `GitHub Actions`_, which runs the tests on Linux -and Mac OS X as well as the flake8 style checker. Windows builds run on AppVeyor_, -while additional Unix-like platforms are tested on Golem_. +All pull requests go through `GitHub Actions`_, which runs the tests on misc. +Python versions and on misc. platforms as well as some additional checks. -.. _AppVeyor: https://ci.appveyor.com/project/borgbackup/borg/ -.. _Golem: https://golem.enkore.de/view/Borg/ .. _GitHub Actions: https://github.com/borgbackup/borg/actions Output and Logging