summaryrefslogtreecommitdiffstats
path: root/res/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-02-08 10:29:15 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-02-08 10:29:15 +0800
commit74848bd1962c23f19014a1a8e309e33834a1c510 (patch)
treeb776e70cd373f0c2e515626f049b067b4562b491 /res/tox.ini
parentc3448f18f49cd2bbc9acc53be8569f76276a9a44 (diff)
Add code framework of gvnfm-vnfres
Change-Id: Id3ea54469a74cccc11105cb4a7de6d60b0ecef4f Issue-Id: GVNFM-23 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'res/tox.ini')
-rw-r--r--res/tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/tox.ini b/res/tox.ini
new file mode 100644
index 0000000..3f58390
--- /dev/null
+++ b/res/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 res