diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-25 17:56:55 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-25 18:05:51 +0800 |
commit | 75f8fd597e060b1775192d581c04e8071cf56293 (patch) | |
tree | b296584cd0a2fa3e8e2686e00fd0d657fcd390fa /utils/test/testapi/.gitignore | |
parent | 8400f035b9b2460535080722f2cd1b859a35d65b (diff) |
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 <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/testapi/.gitignore')
-rw-r--r-- | utils/test/testapi/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/test/testapi/.gitignore b/utils/test/testapi/.gitignore index c7b63b5b1..00f8a03d0 100644 --- a/utils/test/testapi/.gitignore +++ b/utils/test/testapi/.gitignore @@ -1,4 +1,7 @@ AUTHORS ChangeLog setup.cfg-e +opnfv_testapi/static +build +*.egg-info |