summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-10-01 20:58:33 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-10-01 20:58:33 +0200
commit26253699f7425c4ee568170b89513fa49de2773c (patch)
tree97257113ab312cfc2f5fe0bc276cd78c48afadd8
parent9d6b417ea3a4507ea78714f0cb7add75b13032d5 (diff)
downloadgitpython-26253699f7425c4ee568170b89513fa49de2773c.tar.gz
doc(README): add appveyor badge
[skip ci]
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6632347f..9e841ee2 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,7 @@ New BSD License. See the LICENSE file.
### DEVELOPMENT STATUS
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg)](https://travis-ci.org/gitpython-developers/GitPython)
+[![Build status](https://ci.appveyor.com/api/projects/status/0f3pi3c00hajlrsd/branch/master?svg=true&passingText=windows%20OK&failingText=windows%20failed)](https://ci.appveyor.com/project/Byron/gitpython/branch/master)
[![Code Climate](https://codeclimate.com/github/gitpython-developers/GitPython/badges/gpa.svg)](https://codeclimate.com/github/gitpython-developers/GitPython)
[![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
[![Stories in Ready](https://badge.waffle.io/gitpython-developers/GitPython.png?label=ready&title=Ready)](https://waffle.io/gitpython-developers/GitPython)