Update tox.ini definitions to ignore scanning
of non relevant folders
Change-Id: I652e4fdf3524f45bfdb0f7a053a35ad2745d7f87
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
--- /dev/null
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/cms.git
[testenv]
distribute = False
-commands =
- {envpython} --version
+commands = {envpython} --version
deps = flake8
[testenv:style]
basepython=python2.7
[testenv:py3]
-basepython=python3.6
+basepython=python3
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build