X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=7c253eac73c0e2264d0cf9d39a27fa719225c8fc;hp=45666fe21870c42bbdccbb4a5000ce76889ba699;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=025a45508d009db84c34076fb4a668f712628d6d diff --git a/tox.ini b/tox.ini index 45666fe..7c253ea 100644 --- a/tox.ini +++ b/tox.ini @@ -35,12 +35,13 @@ commands = py.test -v \ --cov-branch \ --cov-report term-missing \ --cov-report html:coverage-html-{envname} \ + --ignore libraries/common/test_constants.py \ --ignore testcases/pm-support/misc \ {posargs:.} [pytest] cache_dir = .pytest-cache -pep8maxlinelength = 100 +pep8maxlinelength = 120 [testenv:pylint] basepython = python2.7 @@ -55,6 +56,7 @@ commands = py.test -m pylint -v \ --pylint \ --pylint-rcfile={toxinidir}/.pylintrc \ --ignore resources/system_testing/latency \ + --ignore libraries/common/test_constants.py \ --ignore testcases/pm-support/misc \ {posargs:.}