File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,21 @@ Once the clone is complete, please be sure to initialize the submodules using
43
43
cd gitdb
44
44
git submodule update --init
45
45
46
- Run the tests with
47
-
46
+ Run the tests with
47
+
48
48
nosetests
49
49
50
50
DEVELOPMENT
51
51
===========
52
52
53
53
.. image :: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master
54
54
:target: https://travis-ci.org/gitpython-developers/gitdb
55
-
55
+ .. image :: https://ci.appveyor.com/api/projects/status/2qa4km4ln7bfv76r/branch/master?svg=true&passingText=windows%20OK&failingText=windows%20failed
56
+ :target: https://ci.appveyor.com/project/ankostis/gitpython/branch/master)
56
57
.. image :: https://coveralls.io/repos/gitpython-developers/gitdb/badge.png
57
58
:target: https://coveralls.io/r/gitpython-developers/gitdb
58
-
59
59
.. image :: http://www.issuestats.com/github/gitpython-developers/gitdb/badge/pr
60
60
:target: http://www.issuestats.com/github/gitpython-developers/gitdb
61
-
62
61
.. image :: http://www.issuestats.com/github/gitpython-developers/gitdb/badge/issue
63
62
:target: http://www.issuestats.com/github/gitpython-developers/gitdb
64
63
You can’t perform that action at this time.
0 commit comments