summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-18 15:03:18 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-18 15:03:58 +0800
commit25bbfb14f191992f407d957d524ffb1cd0378655 (patch)
tree3968484183acb96c0b6f7babb07e43e622466fd6 /tox.ini
parent169a896f8fc4db5a0054d31bb5bfd254f2352bb0 (diff)
Add seed codes of nfvo catalog
Change-Id: Id0646870cbb297cbeddfe223feb2235f11a4a511 Issue-Id: VFC-108 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
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