diff options
author | vrvarma <vv8305@att.com> | 2019-11-05 20:35:54 -0500 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2019-11-06 00:04:39 -0500 |
commit | 15a847b3bebd604113414938c1345fe47b2c51b5 (patch) | |
tree | 5dc392be5f19b794b3c4d3fcfc7eb3f611138a30 /tox.ini | |
parent | 20d6ef66c107f9c01c9594edfde6ac0ca5faf7f2 (diff) |
Add onap log spec 1.2 for osdf
OPTFRA-319 OPTFRA-607 and OPTFRA-629 included in this fix
Change-Id: Ieeeaa0417ffa41360d790c01b0ef1404960e6b6a
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-319
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ [tox] skipsdist=True -envlist = py3 +envlist = py3, pylint [testenv] distribute = False @@ -21,5 +21,9 @@ deps = -r{toxinidir}/requirements.txt [run] source=./osdf/,osdfapp.py +[testenv:pylint] +whitelist_externals=bash +commands = bash -c "pylint --reports=y osdf | tee pylint.out" + [testenv:py3] basepython=python3.6 |