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 @@ -36,22 +36,21 @@ Once the clone is complete, please be sure to initialize the submodules using
36
36
cd gitdb
37
37
git submodule update --init
38
38
39
- Run the tests with
40
-
39
+ Run the tests with
40
+
41
41
nosetests
42
42
43
43
DEVELOPMENT
44
44
===========
45
45
46
46
.. image :: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master
47
47
:target: https://travis-ci.org/gitpython-developers/gitdb
48
-
48
+ .. image :: https://ci.appveyor.com/api/projects/status/2qa4km4ln7bfv76r/branch/master?svg=true&passingText=windows%20OK&failingText=windows%20failed
49
+ :target: https://ci.appveyor.com/project/ankostis/gitpython/branch/master)
49
50
.. image :: https://coveralls.io/repos/gitpython-developers/gitdb/badge.png
50
51
:target: https://coveralls.io/r/gitpython-developers/gitdb
51
-
52
52
.. image :: http://www.issuestats.com/github/gitpython-developers/gitdb/badge/pr
53
53
:target: http://www.issuestats.com/github/gitpython-developers/gitdb
54
-
55
54
.. image :: http://www.issuestats.com/github/gitpython-developers/gitdb/badge/issue
56
55
:target: http://www.issuestats.com/github/gitpython-developers/gitdb
57
56
You can’t perform that action at this time.
0 commit comments