From ba2326555945177a70997cd9b4d5a7516952a8c3 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sat, 30 Jul 2016 00:01:19 +0200 Subject: [PATCH] docs, development: link to appveyor --- docs/development.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 9739c3498..8a25bcf6c 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -23,9 +23,10 @@ Continuous Integration ---------------------- All pull requests go through Travis-CI_, which runs the tests on Linux -and Mac OS X as well as the flake8 style checker. Additional Unix-like platforms -are tested on Golem_. +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_. +.. _AppVeyor: https://ci.appveyor.com/project/borgbackup/borg/ .. _Golem: https://golem.enkore.de/view/Borg/ .. _Travis-CI: https://travis-ci.org/borgbackup/borg