X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=f6ea1e9d2e1a501f464e33c4fbf259ce04397b46;hb=refs%2Fchanges%2F54%2F5754%2F1;hp=17e4fab928bc17e3156a9f182c6be303543f11be;hpb=95b92b3dacfd93fa1649a5f87dafd2fa6553a086;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index 17e4fab..f6ea1e9 100644 --- a/tox.ini +++ b/tox.ini @@ -40,13 +40,7 @@ setenv = VIRTUAL_ENV={envdir} [testenv:pep8] -commands = flake8 test - -[testenv:venv] -commands = {posargs} - -[testenv:cover] -commands = python setup.py test --coverage +commands = flake8 plugins [pep8] max-line-length = 80 @@ -57,4 +51,4 @@ max-line-length = 80 show-source = True ignore = E123,E125,E241 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,core/*,devops_stages/*,plugins/CloudWatch/*, plugins/vRealiseOps/*,.rst +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,core/*,devops_stages/**.rst