diff options
author | Quan-Zhong <quanzhong@huawei.com> | 2017-07-04 17:30:27 +0800 |
---|---|---|
committer | Quan-Zhong <quanzhong@huawei.com> | 2017-07-04 17:30:27 +0800 |
commit | 308af7411c9f9cdb065da07b6d77e32f5911e7a1 (patch) | |
tree | 37e42ceddc177a6dc1a69bac096c80f506ea8d22 /gvnfmadapter/tox.ini | |
parent | 381a045ffca7ee96cf63a919220c619b0aafe8ed (diff) |
add gvnfm codes
NFVO-127
Change-Id: I447ff20ed2559d6b77041879f6abc15710acb501
Signed-off-by: Quan-Zhong <quanzhong@huawei.com>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r-- | gvnfmadapter/tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini new file mode 100644 index 0000000..4e62baf --- /dev/null +++ b/gvnfmadapter/tox.ini @@ -0,0 +1,7 @@ +[tox] +envlist = py27 +skipsdist = true + +[testenv] +deps = -r{toxinidir}/requirements.txt +commands = coverage run --branch manage.py test |