From 69b1d8614642338ec694dd5eccfe4dfd928f915e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Feb 2016 23:46:23 +1100 Subject: [PATCH] Added AppVeyor to the continuous integration description [ci skip] --- docs/about.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/about.rst b/docs/about.rst index a36fe2c2a..9881c7043 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -6,11 +6,12 @@ Goals The fork author's goal is to foster and support active development of PIL through: -- Continuous integration testing via `Travis CI`_ +- Continuous integration testing via `Travis CI`_ and `AppVeyor`_ - Publicized development activity on `GitHub`_ - Regular releases to the `Python Package Index`_ .. _Travis CI: https://travis-ci.org/python-pillow/Pillow +.. _AppVeyor: https://ci.appveyor.com/project/Python-pillow/pillow .. _GitHub: https://github.com/python-pillow/Pillow .. _Python Package Index: https://pypi.python.org/pypi/Pillow