|
| 1 | +[![Gitter][gitter-image]][gitter-link] |
1 | 2 | [![Build][github-ci-image]][github-ci-link] |
2 | 3 | [![Unix Build Status][travis-image]][travis-link] |
3 | 4 | [![Windows Build Status][appveyor-image]][appveyor-link] |
4 | | -[![Coverage][codecov-image]][codecov-link] |
| 5 | +[![Coverage Status][codecov-image]][codecov-link] |
5 | 6 | [![PyPI Version][pypi-image]][pypi-link] |
| 7 | +[![PyPI - Python Version][python-image]][pypi-link] |
6 | 8 | ![License][license-image-mit] |
7 | 9 | # Wildcard Match |
8 | 10 |
|
@@ -83,12 +85,15 @@ SOFTWARE. |
83 | 85 |
|
84 | 86 | [github-ci-image]: https://github.com/facelessuser/wcmatch/workflows/build/badge.svg |
85 | 87 | [github-ci-link]: https://github.com/facelessuser/wcmatch/actions?workflow=build |
86 | | -[travis-image]: https://img.shields.io/travis/facelessuser/wcmatch/master.svg?label=Unix%20Build&logo=travis |
87 | | -[travis-link]: https://travis-ci.org/facelessuser/wcmatch |
88 | | -[appveyor-image]: https://img.shields.io/appveyor/ci/facelessuser/wcmatch/master.svg?label=Windows%20Build&logo=appveyor |
89 | | -[appveyor-link]: https://ci.appveyor.com/project/facelessuser/wcmatch |
90 | | -[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/wcmatch/master.svg |
| 88 | +[gitter-image]: https://img.shields.io/gitter/room/facelessuser/wcmatch.svg?logo=gitter&color=fuchsia&logoColor=cccccc |
| 89 | +[gitter-link]: https://gitter.im/facelessuser/wcmatch |
| 90 | +[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/wcmatch/master.svg?logo=codecov&logoColor=cccccc |
91 | 91 | [codecov-link]: https://codecov.io/github/facelessuser/wcmatch |
92 | | -[pypi-image]: https://img.shields.io/pypi/v/wcmatch.svg?logo=python&logoColor=white |
| 92 | +[appveyor-image]: https://img.shields.io/appveyor/ci/facelessuser/wcmatch/master.svg?label=appveyor&logo=appveyor&logoColor=cccccc |
| 93 | +[appveyor-link]: https://ci.appveyor.com/project/facelessuser/wcmatch |
| 94 | +[travis-image]: https://img.shields.io/travis/facelessuser/wcmatch/master.svg?label=travis&logo=travis%20ci&logoColor=cccccc |
| 95 | +[travis-link]: https://travis-ci.org/facelessuser/wcmatch |
| 96 | +[pypi-image]: https://img.shields.io/pypi/v/wcmatch.svg?logo=pypi&logoColor=cccccc |
93 | 97 | [pypi-link]: https://pypi.python.org/pypi/wcmatch |
| 98 | +[python-image]: https://img.shields.io/pypi/pyversions/wcmatch?logo=python&logoColor=cccccc |
94 | 99 | [license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg |
0 commit comments