From ac171e5e90c7ec25ec5b20aab961b27ac001f09b Mon Sep 17 00:00:00 2001 From: Alexander Lisianoi Date: Tue, 6 Jun 2017 11:48:47 +0200 Subject: [PATCH] Fix icons that show build status in README.rst #16 Closes: https://github.com/nexB/license-expression/issues/16 Signed-off-by: Aleksandr Lisianoi --- README.rst | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 4965348..65e78f9 100644 --- a/README.rst +++ b/README.rst @@ -16,20 +16,23 @@ Python: 2.7 and 3.4+ Build and tests status ====================== -+-------+-------------------------------------------+--------------------------------------------+---------------------------------------------+ -|Branch | **Linux (Travis)** | **MacOSX (Travis)** | **Windows (AppVeyor)** | -+=======+===========================================+============================================+=============================================+ -| |.. image:: travis-master-icon_ |.. image:: travis-master-icon_ |.. image:: appveyor-master-icon_ | -|Master | :target: travis-master-link_ | :target: travis-master-link_ | :target: appveyor-master-link_ | -| | :alt: Linux Master branch tests status | :alt: MacOSX Master branch tests status | :alt: Windows Master branch tests status | -+-------+-------------------------------------------+--------------------------------------------+---------------------------------------------+ - -.. _travis-master-icon: https://api.travis-ci.org/nexB/license-expression.png?branch=master -.. _travis-master-link: https://travis-ci.org/nexB/license-expression - -.. _appveyor-master-icon: https://ci.appveyor.com/api/projects/status/github/nexB/license-expression?svg=true -.. _appveyor-master-link: https://ci.appveyor.com/project/nexB/license-expression - +.. |travis-master-icon| image:: https://api.travis-ci.org/nexB/license-expression.png?branch=master + :target: https://travis-ci.org/nexB/license-expression + :alt: MacOSX Master branch tests status + :align: middle + +.. |appveyor-master-icon| image:: https://ci.appveyor.com/api/projects/status/github/nexB/license-expression?svg=true + :target: https://ci.appveyor.com/project/nexB/license-expression + :alt: Windows Master branch tests status + :align: middle + ++-------+-----------------------+----------------------+------------------------+ +|Branch |**Linux (Travis)** |**MacOSX (Travis)** |**Windows (AppVeyor)** | ++=======+=======================+======================+========================+ +| | | | | +|Master | |travis-master-icon| | |travis-master-icon| | |appveyor-master-icon| | +| | | | | ++-------+-----------------------+----------------------+------------------------+ Source code and download ========================