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