summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst24
1 files changed, 9 insertions, 15 deletions
diff --git a/README.rst b/README.rst
index 682abf7..70de10a 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 <https://eli.thegreenplace.net/>`_
@@ -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 <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/