From a7da9df2316973357945636cc4f122746722a492 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Wed, 20 Sep 2017 11:18:35 +0800 Subject: Add windriver plugin Change-Id: Icd27d7af12d6920810d7cbb163e8be70db49f121 Issue-Id: MULTICLOUD-89 Signed-off-by: Bin Yang --- windriver/tox.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 windriver/tox.ini (limited to 'windriver/tox.ini') diff --git a/windriver/tox.ini b/windriver/tox.ini new file mode 100644 index 00000000..764cf01c --- /dev/null +++ b/windriver/tox.ini @@ -0,0 +1,14 @@ +[tox] +envlist = py27,py35 +skipsdist = true + +[tox:jenkins] +downloadcache = ~/cache/pip + +[testenv] +setenv = + PYTHONPATH = {toxinidir}/../newton +deps = -r{toxinidir}/requirements.txt +commands = coverage run --branch manage.py test titanium_cloud + coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov + -- cgit 1.2.3-korg