Skip to content

Commit 71d6388

Browse files
authored
Replaced Travis CI badge with 2x gh actions badges for test and lint
1 parent 19fb762 commit 71d6388

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ Gunicorn
99
:alt: Supported Python versions
1010
:target: https://pypi.python.org/pypi/gunicorn
1111

12-
.. image:: https://travis-ci.org/benoitc/gunicorn.svg?branch=master
12+
.. image:: https://github.com/benoitc/gunicorn/actions/workflows/tox.yml/badge.svg
1313
:alt: Build Status
14-
:target: https://travis-ci.org/benoitc/gunicorn
14+
:target: https://github.com/benoitc/gunicorn/actions/workflows/tox.yml
15+
16+
.. image:: https://github.com/benoitc/gunicorn/actions/workflows/lint.yml/badge.svg
17+
:alt: Lint Status
18+
:target: https://github.com/benoitc/gunicorn/actions/workflows/lint.yml
1519

1620
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
1721
worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly

0 commit comments

Comments
 (0)