[DEV] add badge pip version

This commit is contained in:
Edouard DUPIN 2015-08-25 23:26:19 +02:00
parent 4020c70fc3
commit f65a5f58ee
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Lutin
`lutin` is a generic builder and package maker is a FREE software tool.
[![PyPI version](https://badge.fury.io/py/lutin.png)](http://badge.fury.io/py/lutin)
Instructions
------------

View File

@ -188,6 +188,7 @@ class Module:
debug.extreme_verbose(" " + cmd);
ret = multiprocess.run_command_direct(cmd)
# parsing ret :
debug.extreme_verbose("result: " + str(ret));
ret = ret.split('\n');
debug.verbose("*** Gcov result parsing ...");
useful_list = []