jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/403944 )
Change subject: [doc] Add AppVeyor Build Status shield and link to README.rst ......................................................................
[doc] Add AppVeyor Build Status shield and link to README.rst
Change-Id: I7f54533a85ef82a94259ef64a72f6975c13820d7 --- M README.rst 1 file changed, 4 insertions(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, but someone else must approve Framawiki: Looks good to me, approved jenkins-bot: Verified
diff --git a/README.rst b/README.rst index 543fa5b..9615d2c 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ .. image:: https://secure.travis-ci.org/wikimedia/pywikibot.png?branch=master - :alt: Build Status + :alt: Travis Build Status :target: https://travis-ci.org/wikimedia/pywikibot +.. image:: https://img.shields.io/appveyor/ci/ladsgroup/pywikibot-g4xqx/master.svg?styl... + :alt: AppVeyor Build Status + :target: https://ci.appveyor.com/project/ladsgroup/pywikibot-g4xqx .. image:: https://codecov.io/gh/wikimedia/pywikibot/branch/master/graphs/badge.svg?bra... :alt: Code coverage :target: http://codecov.io/github/wikimedia/pywikibot?branch=master
pywikibot-commits@lists.wikimedia.org