summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@users.noreply.github.com>2020-03-03 06:52:29 -0800
committerGitHub <noreply@github.com>2020-03-03 06:52:29 -0800
commit02312bc3ab55f4c4792abd6ea795561d59d86ca5 (patch)
tree55ed1cc9373cfaa71f5c9704940ffc920cfd6413 /README.rst
parent49282e97f40c23b6b0a83c2cfdf1cca2155f7c4c (diff)
downloadpycparser-02312bc3ab55f4c4792abd6ea795561d59d86ca5.tar.gz
Move CI indicators
Diffstat (limited to 'README.rst')
-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/