From dfd85dece56f1b5f1addac121dcd5438f2c3774b Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 25 Aug 2017 17:56:55 +0800 Subject: leverage setup.py directly to install TestAPI 1. delete additional script install.sh 2. using 'python setup.py install' directly to install TestAPI, as traditional python project do Change-Id: Ifcdee7b2bae2553f523a722bff794c40d20f81cc Signed-off-by: SerenaFeng --- testapi/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testapi/.gitignore') diff --git a/testapi/.gitignore b/testapi/.gitignore index c7b63b5..00f8a03 100644 --- a/testapi/.gitignore +++ b/testapi/.gitignore @@ -1,4 +1,7 @@ AUTHORS ChangeLog setup.cfg-e +opnfv_testapi/static +build +*.egg-info -- cgit 1.2.3-korg