diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-12-12 05:37:42 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-12-12 05:37:42 +0000 |
commit | 0047e621c69bf50d4a5823313ff43d3354aab34f (patch) | |
tree | 1ddffc979a76c03861e44766c01a6f0cf6a70d6c /pike/tox.ini | |
parent | 3f56c555d13c218a4fccef97fd197013812cca86 (diff) |
Rebase to starlingx base
so that remove the newton base infraworkload handler
Change-Id: Ic5add7fc4c1ccfafeca183290e510047e933ccdb
Issue-ID: MULTICLOUD-965
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pike/tox.ini')
-rw-r--r-- | pike/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pike/tox.ini b/pike/tox.ini index 2dfb66ee..6b2665c4 100644 --- a/pike/tox.ini +++ b/pike/tox.ini @@ -37,14 +37,14 @@ deps = -r{toxinidir}/test-requirements.txt commands = coverage run --branch manage.py test pike - coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*" --fail-under=30 + coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*,*starlingx_base*, *site-packages*" --fail-under=30 [testenv:pep8] deps=flake8 commands=python3 -m flake8 [testenv:cov] -commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *starlingx_base*, *site-packages*" +commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*,*starlingx_base*, *site-packages*" [testenv:pylint] whitelist_externals = bash |