diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-07-06 09:14:50 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-07-06 09:14:50 +0800 |
commit | bcf49a37cdf5da54fba35e65bdffb9d95babfc4c (patch) | |
tree | 6437dc7eed90bdcb8d3546900a755f3c225ebd30 /tox.ini | |
parent | fbbe35d470bc4aea03f3bb3e2d75eff89283bcb3 (diff) |
Add seed codes of nfvo
Change-Id: Ib788826e983b75b1800ea9fc7715dc8b8044d38d
Issue-Id: VFC-52
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..baf2214a --- /dev/null +++ b/tox.ini @@ -0,0 +1,10 @@ +[tox] +envlist = py27 +skipsdist = true + +[tox:jenkins] +downloadcache = ~/cache/pip + +[testenv] +deps = -r{toxinidir}/requirements.txt +commands = coverage run --branch manage.py test lcm |