From 02312bc3ab55f4c4792abd6ea795561d59d86ca5 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 3 Mar 2020 06:52:29 -0800 Subject: [PATCH 1/2] Move CI indicators --- README.rst | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 682abf7f..70de10a0 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,15 @@ pycparser v2.19 =============== + +.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master + :align: center + :target: https://travis-ci.org/eliben/pycparser + +.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true + :align: center + :target: https://ci.appveyor.com/project/eliben/pycparser/ + :Author: `Eli Bendersky `_ @@ -243,18 +252,3 @@ updating this list because Github does a much better job at tracking contributions. -CI Status -========= - -**pycparser** has automatic testing enabled through the convenient -`Travis CI project `_. Here is the latest build status: - -.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master - :align: center - :target: https://travis-ci.org/eliben/pycparser - -AppVeyor also helps run tests on Windows: - -.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true - :align: center - :target: https://ci.appveyor.com/project/eliben/pycparser/ From eed9f274c5969e5f880debe2ee59913e40e7b0d7 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 3 Mar 2020 06:52:49 -0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 70de10a0..acc7b6f8 100644 --- a/README.rst +++ b/README.rst @@ -11,9 +11,6 @@ pycparser v2.19 :align: center :target: https://ci.appveyor.com/project/eliben/pycparser/ -:Author: `Eli Bendersky `_ - - .. contents:: :backlinks: none