Files
deb-python-pygit2/docs/development.rst
J. David Ibáñez 66280af83a Release 0.24.2
2016-11-01 20:34:50 +01:00

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