Skip to content

Commit 1e9359a

Browse files
authored
Merge pull request #17 from all3fox/fix-readme
Fix icons that show build status in README.rst #16
2 parents 9f16fa7 + ac171e5 commit 1e9359a

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

README.rst

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ Python: 2.7 and 3.4+
1616
Build and tests status
1717
======================
1818

19-
+-------+-------------------------------------------+--------------------------------------------+---------------------------------------------+
20-
|Branch | **Linux (Travis)** | **MacOSX (Travis)** | **Windows (AppVeyor)** |
21-
+=======+===========================================+============================================+=============================================+
22-
| |.. image:: travis-master-icon_ |.. image:: travis-master-icon_ |.. image:: appveyor-master-icon_ |
23-
|Master | :target: travis-master-link_ | :target: travis-master-link_ | :target: appveyor-master-link_ |
24-
| | :alt: Linux Master branch tests status | :alt: MacOSX Master branch tests status | :alt: Windows Master branch tests status |
25-
+-------+-------------------------------------------+--------------------------------------------+---------------------------------------------+
26-
27-
.. _travis-master-icon: https://api.travis-ci.org/nexB/license-expression.png?branch=master
28-
.. _travis-master-link: https://travis-ci.org/nexB/license-expression
29-
30-
.. _appveyor-master-icon: https://ci.appveyor.com/api/projects/status/github/nexB/license-expression?svg=true
31-
.. _appveyor-master-link: https://ci.appveyor.com/project/nexB/license-expression
32-
19+
.. |travis-master-icon| image:: https://api.travis-ci.org/nexB/license-expression.png?branch=master
20+
:target: https://travis-ci.org/nexB/license-expression
21+
:alt: MacOSX Master branch tests status
22+
:align: middle
23+
24+
.. |appveyor-master-icon| image:: https://ci.appveyor.com/api/projects/status/github/nexB/license-expression?svg=true
25+
:target: https://ci.appveyor.com/project/nexB/license-expression
26+
:alt: Windows Master branch tests status
27+
:align: middle
28+
29+
+-------+-----------------------+----------------------+------------------------+
30+
|Branch |**Linux (Travis)** |**MacOSX (Travis)** |**Windows (AppVeyor)** |
31+
+=======+=======================+======================+========================+
32+
| | | | |
33+
|Master | |travis-master-icon| | |travis-master-icon| | |appveyor-master-icon| |
34+
| | | | |
35+
+-------+-----------------------+----------------------+------------------------+
3336

3437
Source code and download
3538
========================

0 commit comments

Comments
 (0)