From 757c0806c993d88707f9b147ec718b4f1b8aa489 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 1 Sep 2015 20:19:12 -0300 Subject: [PATCH] Add appveyor badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 9494a2b..54c72e4 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ .. image:: http://img.shields.io/pypi/v/pytest-xdist.svg :target: https://pypi.python.org/pypi/pytest-xdist +.. image:: https://ci.appveyor.com/api/projects/status/56eq1a1avd4sdd7e/branch/master?svg=true + :target: https://ci.appveyor.com/project/pytestbot/pytest-xdist + xdist: pytest distributed testing plugin =========================================