18 lines
596 B
ReStructuredText
18 lines
596 B
ReStructuredText
**********************************************************************
|
|
The development version
|
|
**********************************************************************
|
|
|
|
.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master
|
|
:target: http://travis-ci.org/libgit2/pygit2
|
|
|
|
.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true
|
|
:target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
|
|
|
|
.. code-block:: sh
|
|
|
|
$ git clone git://github.com/libgit2/pygit2.git
|
|
$ cd pygit2
|
|
$ python setup.py install
|
|
$ python setup.py test
|
|
|