Skip to content

Commit dfadc16

Browse files
committed
Appveyor: Add badge.
1 parent e835f55 commit dfadc16

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Although memory maps have many advantages, they represent a very limited system
99
## Overview
1010

1111
[![Build Status](https://travis-ci.org/gitpython-developers/smmap.svg?branch=master)](https://travis-ci.org/gitpython-developers/smmap)
12+
[![Build status](https://ci.appveyor.com/api/projects/status/h8rl7thsr42oc0pf?svg=true&passingText=windows%20OK&failingText=windows%20failed)](https://ci.appveyor.com/project/Byron/smmap)
1213
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/smmap/badge.png)](https://coveralls.io/r/gitpython-developers/smmap)
1314
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/pr)](http://www.issuestats.com/github/gitpython-developers/smmap)
1415
[![Issue Stats](http://www.issuestats.com/github/gitpython-developers/smmap/badge/issue)](http://www.issuestats.com/github/gitpython-developers/smmap)
@@ -44,15 +45,15 @@ The package was tested on all of the previously mentioned configurations.
4445
[![Documentation Status](https://readthedocs.org/projects/smmap/badge/?version=latest)](https://readthedocs.org/projects/smmap/?badge=latest)
4546

4647
Its easiest to install smmap using the [pip](http://www.pip-installer.org/en/latest) program:
47-
48+
4849
```bash
4950
$ pip install smmap
5051
```
51-
52+
5253
As the command will install smmap in your respective python distribution, you will most likely need root permissions to authorize the required changes.
5354

5455
If you have downloaded the source archive, the package can be installed by running the `setup.py` script:
55-
56+
5657
```bash
5758
$ python setup.py install
5859
```
@@ -68,17 +69,17 @@ The project is home on github at https://github.com/gitpython-developers/smmap .
6869
The latest source can be cloned from github as well:
6970

7071
* git://github.com/gitpython-developers/smmap.git
71-
72-
72+
73+
7374
For support, please use the git-python mailing list:
7475

7576
* http://groups.google.com/group/git-python
76-
77+
7778

7879
Issues can be filed on github:
7980

8081
* https://github.com/gitpython-developers/smmap/issues
81-
82+
8283

8384
## License Information
8485

0 commit comments

Comments
 (0)