summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-03-04 06:18:47 -0800
committerEli Bendersky <eliben@gmail.com>2020-03-04 06:18:47 -0800
commit6290cb4ca829c1ff1f57dbcbc4f9216d35503e32 (patch)
treebb8dbf6054fc42dfb8831a2d844e080b5694d727 /README.rst
parentdd0cf11e714932780800a93aa58eacf0b0496ea3 (diff)
parenteed9f274c5969e5f880debe2ee59913e40e7b0d7 (diff)
downloadpycparser-6290cb4ca829c1ff1f57dbcbc4f9216d35503e32.tar.gz
Merge branch 'master' of github.com:eliben/pycparser
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 8 insertions, 17 deletions
diff --git a/README.rst b/README.rst
index b2e18f8..897b772 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,15 @@
pycparser v2.20
===============
-:Author: `Eli Bendersky <https://eli.thegreenplace.net/>`_
-
+.. 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/
+
.. contents::
:backlinks: none
@@ -243,18 +249,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 <https://travis-ci.org>`_. 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/