Skip to content

Commit

Permalink
Merge pull request #241 from JetBrains/teamcity_widget
Browse files Browse the repository at this point in the history
Update README: Add TeamCity build status widget
  • Loading branch information
mikekidya authored Dec 30, 2020
2 parents 2d389c9 + 0ba30f9 commit c6e6242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Python Unit Test Reporting to TeamCity
======================================

| |jb_project| |license| |pypi_version|
| |versions| |appveyor_ci| |travis_ci|
| |versions| |appveyor_ci| |travis_ci| |teamcity_ci|
This package integrates Python with the
`TeamCity <http://www.jetbrains.com/teamcity/>`__ Continuous Integration
Expand Down Expand Up @@ -179,3 +179,6 @@ Apache, version 2.0 http://www.apache.org/licenses/LICENSE-2.0
.. |pypi_version| image:: https://badge.fury.io/py/teamcity-messages.svg
:target: https://pypi.python.org/pypi/teamcity-messages
:alt: PyPI version
.. |teamcity_ci| image:: https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:TeamCityPluginsByJetBrains_TeamCityPythonReporter_Build)/statusIcon.svg
:target: https://teamcity.jetbrains.com/viewType.html?buildTypeId=TeamCityPluginsByJetBrains_TeamCityPythonReporter_Build
:alt: TeamCity Build Status

0 comments on commit c6e6242

Please sign in to comment.