X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=595b5a914c9901f8a2249d81690ee0533c493932;hb=0cf6b55f445ceacfe4066fd7cc8f81f779a27629;hp=efea4e625667f9a78a26848d27b13464c550c239;hpb=6a39cb03b404dfcd24cd26e45d741266db1df9bf;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index efea4e6..595b5a9 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. [tox] -envlist = cover, py3, flake8, pylint +envlist = cover, py3, flake8 [testenv] @@ -51,14 +51,6 @@ commands = coverage html -d ./cover --omit='*tests*' coverage xml -o coverage.xml --omit='*tests*' -[testenv:pylint] -basepython = python3 -deps = pylint - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt -commands = - pylint -E osm_mon - [testenv:flake8] basepython = python3 deps = flake8