robot tcs, test charts, robot container added
[ta/cloudtaf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a8965b6..7c253ea 100644 (file)
--- 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:.}