From 73d0506fb0c0bedbf60b34680cf0ccfc6d4bf8c8 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 24 Mar 2018 23:16:08 +0100 Subject: [PATCH] Add a badge for AppVeyor. Running tests for Windows --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4919be2f..8254cdc1 100644 --- a/README.rst +++ b/README.rst @@ -12,12 +12,17 @@ Jedi - an awesome autocompletion/static analysis library for Python .. image:: https://travis-ci.org/davidhalter/jedi.svg?branch=master :target: https://travis-ci.org/davidhalter/jedi - :alt: Travis CI build status + :alt: Linux Tests + +.. image:: https://ci.appveyor.com/api/projects/status/mgva3bbawyma1new/branch/master?svg=true + :target: https://ci.appveyor.com/project/davidhalter/jedi/branch/master + :alt: Windows Tests .. image:: https://coveralls.io/repos/davidhalter/jedi/badge.svg?branch=master :target: https://coveralls.io/r/davidhalter/jedi :alt: Coverage status + *If you have specific questions, please add an issue or ask on* `Stack Overflow `_ *with the label* ``python-jedi``.