summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Fix name in setup.pyCédric Ollivier1-1/+1
It fixes duplicated names between setup.py and modules/setup.py. We could also have considered listing releng utils as scripts in modules/setup.py which is mandatory if another OPNFV project needs them (eg Functest before [1] was merged). They could be required in case of functional or unit testing too. [1] https://gerrit.opnfv.org/gerrit/#/c/35199/ Change-Id: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-04-01Add tox supportJulien1-0/+9
be easier to test jjb locally before submit for review. add unitest in modules dir to tox(tox -emodules) Change-Id: Ief4f10debc567d1d3ba111685c86b812a2058697 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>