Publish k8s_quick as proposed by sonobuoy
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 45a8183..fb27ac7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,14 +23,15 @@ commands = flake8
 
 [testenv:pylint]
 basepython = python3.8
-commands = pylint --ignore-imports=y --disable=locally-disabled --reports=n functest_kubernetes
+commands = pylint \
+    --ignore-imports=y --min-similarity-lines=10 \
+    --disable=locally-disabled --reports=n functest_kubernetes
 
 [testenv:yamllint]
 basepython = python3.8
 files =
   .travis.yml
   docker
-  functest_kubernetes/rally/all-in-one.yaml
 commands =
   yamllint {[testenv:yamllint]files}