upload pm-support
[ta/cloudtaf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a8965b6..45666fe 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ commands = py.test -v \
            --cov-branch \
            --cov-report term-missing \
            --cov-report html:coverage-html-{envname} \
+           --ignore testcases/pm-support/misc \
            {posargs:.}
 
 [pytest]
@@ -54,6 +55,7 @@ commands = py.test -m pylint -v \
            --pylint \
            --pylint-rcfile={toxinidir}/.pylintrc \
            --ignore resources/system_testing/latency \
+          --ignore testcases/pm-support/misc \
            {posargs:.}