X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=722fbf6935539106ca58b971783388013b343e69;hb=62781ff00b30790610cf4cc2ef5ed5422c571e10;hp=17e4fab928bc17e3156a9f182c6be303543f11be;hpb=95b92b3dacfd93fa1649a5f87dafd2fa6553a086;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index 17e4fab..722fbf6 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,devops_stages/*,.rst