Skip to content

Commit 530a589

Browse files
authored
Remove reference to Travis CI
1 parent f0adc3f commit 530a589

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

docs/index.rst

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,39 @@ Welcome to PyApp's documentation!
1212

1313
As of pyApp 4.0, Python < 3.6 is no longer supported.
1414

15-
+---------+---------------------------------------------------------------------------------------+
16-
| Docs | .. image:: https://readthedocs.org/projects/pyapp/badge/?version=latest |
17-
| | :target: https://docs.pyapp.info/ |
18-
| | :alt: ReadTheDocs |
19-
+---------+---------------------------------------------------------------------------------------+
20-
| Build | .. image:: https://img.shields.io/travis/pyapp-org/pyapp.svg?style=flat |
21-
| | :target: https://travis-ci.org/pyapp-org/pyapp |
22-
| | :alt: Travis CI Status |
23-
| | .. image:: https://api.dependabot.com/badges/status?host=github&repo=pyapp-org/pyapp |
24-
| | :target: https://dependabot.com |
25-
| | :alt: Dependabot Status |
26-
+---------+---------------------------------------------------------------------------------------+
27-
| Quality | .. image:: https://api.codeclimate.com/v1/badges/58f9ffacb711c992610d/maintainability |
28-
| | :target: https://codeclimate.com/github/pyapp-org/pyapp/maintainability |
29-
| | :alt: Maintainability |
30-
| | .. image:: https://api.codeclimate.com/v1/badges/58f9ffacb711c992610d/test_coverage |
31-
| | :target: https://codeclimate.com/github/pyapp-org/pyapp/test_coverage |
32-
| | :alt: Test Coverage |
33-
| | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
34-
| | :target: https://github.com/ambv/black |
35-
| | :alt: Once you go Black... |
36-
+---------+---------------------------------------------------------------------------------------+
37-
| Package | .. image:: https://img.shields.io/pypi/v/pyapp |
38-
| | :target: https://pypi.io/pypi/pyapp/ |
39-
| | :alt: Latest Version |
40-
| | .. image:: https://img.shields.io/pypi/pyversions/pyapp |
41-
| | :target: https://pypi.io/pypi/pyapp/ |
42-
| | .. image:: https://img.shields.io/pypi/l/pyapp |
43-
| | :target: https://pypi.io/pypi/pyapp/ |
44-
| | .. image:: https://img.shields.io/pypi/wheel/pyapp |
45-
| | :alt: PyPI - Wheel |
46-
| | :target: https://pypi.io/pypi/pyapp/ |
47-
+---------+---------------------------------------------------------------------------------------+
15+
+---------+------------------------------------------------------------------------------------------------------------+
16+
| Docs | .. image:: https://readthedocs.org/projects/pyapp/badge/?version=latest |
17+
| | :target: https://docs.pyapp.info/ |
18+
| | :alt: ReadTheDocs |
19+
+---------+------------------------------------------------------------------------------------------------------------+
20+
| Build | .. image:: https://api.dependabot.com/badges/status?host=github&repo=pyapp-org/pyapp |
21+
| | :target: https://dependabot.com |
22+
| | :alt: Dependabot Status |
23+
+---------+------------------------------------------------------------------------------------------------------------+
24+
| Quality | .. image:: https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=sqale_rating |
25+
| | :target: https://sonarcloud.io/dashboard?id=pyapp-org_pyapp |
26+
| | :alt: Maintainability |
27+
| | .. image:: https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=security_rating |
28+
| | :target: https://sonarcloud.io/project/security_hotspots |
29+
| | :alt: Security |
30+
| | .. image:: https://sonarcloud.io/api/project_badges/measure?project=pyapp-org_pyapp&metric=coverage |
31+
| | :target: https://sonarcloud.io/code?id=pyapp-org_pyapp |
32+
| | :alt: Test Coverage |
33+
| | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
34+
| | :target: https://github.com/ambv/black |
35+
| | :alt: Once you go Black... |
36+
+---------+------------------------------------------------------------------------------------------------------------+
37+
| Package | .. image:: https://img.shields.io/pypi/v/pyapp |
38+
| | :target: https://pypi.io/pypi/pyapp/ |
39+
| | :alt: Latest Version |
40+
| | .. image:: https://img.shields.io/pypi/pyversions/pyapp |
41+
| | :target: https://pypi.io/pypi/pyapp/ |
42+
| | .. image:: https://img.shields.io/pypi/l/pyapp |
43+
| | :target: https://pypi.io/pypi/pyapp/ |
44+
| | .. image:: https://img.shields.io/pypi/wheel/pyapp |
45+
| | :alt: PyPI - Wheel |
46+
| | :target: https://pypi.io/pypi/pyapp/ |
47+
+---------+------------------------------------------------------------------------------------------------------------+
4848

4949
pyApp takes care of the boring boilerplate code for building a CLI, managing
5050
settings and much more so you can focus on your business logic.

0 commit comments

Comments
 (0)