diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2019-11-07 17:46:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-07 17:46:53 +0000 |
commit | 5293a382b6463069d4a2cc87806426d74833aa2e (patch) | |
tree | 47b3ab94e2ba99972c8a8d7fcdfc1da9a94aaa00 /tox.ini | |
parent | eea1300171509e7f5c6aa5e9e01f88a7afa24d0b (diff) | |
parent | 15a847b3bebd604113414938c1345fe47b2c51b5 (diff) |
Merge "Add onap log spec 1.2 for osdf"
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 |