Add build status image

This commit is contained in:
Sebastian Kalinowski 2015-02-25 21:58:37 +01:00
parent 22174b2204
commit cbe9d2a992
1 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,17 @@
pydot - Python interface to Graphviz's Dot language
---------------------------------------------------
Ero Carrera (c) 2004-2007
ero@dkbza.org
This code is distributed under the MIT license.
.. image:: https://travis-ci.org/pydot/pydot-ng.svg?branch=master
:target: https://travis-ci.org/pydot/pydot-ng
Requirements:
-------------
=============
pyparsing: pydot requires the pyparsing module in order to be
able to load DOT files.
@ -14,7 +20,7 @@ GraphViz: is needed in order to render the graphs into any of
the plethora of output formats supported.
Installation:
-------------
=============
Should suffice with doing: