From 6d66fb46ef21b42bf113c45d2ca3f451f160ceb5 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 23 Mar 2016 09:46:57 -0400 Subject: [PATCH] DOC: Added appveyor status of master to README --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 81729acc..23ee09c7 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,8 @@ Zipline |Gitter| |version status| |downloads| -|build status| +|travis status| +|appveyor status| |Coverage Status| Zipline is a Pythonic algorithmic trading library. It is an event-driven @@ -179,8 +180,10 @@ https://github.com/quantopian/zipline/wiki/Contribution-Requests :target: https://pypi.python.org/pypi/zipline .. |downloads| image:: https://img.shields.io/pypi/dd/zipline.svg :target: https://pypi.python.org/pypi/zipline -.. |build status| image:: https://travis-ci.org/quantopian/zipline.png?branch=master +.. |travis status| image:: https://travis-ci.org/quantopian/zipline.png?branch=master :target: https://travis-ci.org/quantopian/zipline +.. |appveyor status| image:: https://ci.appveyor.com/api/projects/status/github/quantopian/zipline?branch=master&svg=true + :target: https://ci.appveyor.com/project/quantopian/zipline/branch/master .. |Coverage Status| image:: https://coveralls.io/repos/quantopian/zipline/badge.png :target: https://coveralls.io/r/quantopian/zipline