X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=blobdiff_plain;f=tox.ini;h=7c253eac73c0e2264d0cf9d39a27fa719225c8fc;hp=a8965b666db76112919728426581eb37ca34746a;hb=af5eb3ff36b92ab1d9c156ffa0391eadc73eb6ba;hpb=d448b9388fd9cb3732e35996b98f493a5a5921d4 diff --git a/tox.ini b/tox.ini index a8965b6..7c253ea 100644 --- a/tox.ini +++ b/tox.ini @@ -35,11 +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 @@ -54,6 +56,8 @@ 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:.}