diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 20:32:21 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 20:32:21 -0500 |
commit | 3b7000ff3aff43ce03b7615f63a741e72a96af59 (patch) | |
tree | aa684283f847e22e711f9893a365a22898d91bbc | |
parent | 82823f488ba8e2d7f658464365e17ad921708868 (diff) | |
download | cmd2-git-3b7000ff3aff43ce03b7615f63a741e72a96af59.tar.gz |
Tweak badget display so AppVeyor build status displays for master branch.
Show build status on front page for master branch instead of latest build.
-rwxr-xr-x | README.rst | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -6,22 +6,18 @@ cmd2 :target: https://travis-ci.org/python-cmd2/cmd2
:alt: Build status
-.. image:: https://ci.appveyor.com/api/projects/status/github/python-cmd2/cmd2
+.. image:: https://ci.appveyor.com/api/projects/status/github/python-cmd2/cmd2?branch=master
:target: https://ci.appveyor.com/project/FedericoCeratto/cmd2
:alt: Appveyor build status
.. image:: https://readthedocs.org/projects/cmd2/badge/?version=latest
:target: https://cmd2.readthedocs.io
-.. image:: https://img.shields.io/pypi/dm/cmd2.svg?style=plastic
- :target: https://pypi.python.org/pypi/cmd2/
- :alt: Downloads
-
-.. image:: https://img.shields.io/pypi/v/cmd2.svg?style=plastic
+.. image:: https://img.shields.io/pypi/v/cmd2.svg
:target: https://pypi.python.org/pypi/cmd2/
:alt: Latest Version
-.. image:: https://img.shields.io/github/license/python-cmd2/cmd2.svg?style=plastic
+.. image:: https://img.shields.io/pypi/l/cmd2.svg
:target: https://pypi.python.org/pypi/cmd2/
:alt: License
|