Stop compiling K8s testing binaries
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 857ba94..3f6c193 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,13 +23,16 @@ commands = flake8
 
 [testenv:pylint]
 basepython = python2.7
-commands = pylint --disable=locally-disabled,super-on-old-class --reports=n functest_kubernetes
+commands = pylint \
+    --ignore-imports=y --min-similarity-lines=10 \
+    --disable=locally-disabled,super-on-old-class --reports=n functest_kubernetes
 
 [testenv:yamllint]
 basepython = python2.7
 files =
   .travis.yml
   docker
+  functest_kubernetes/rally/all-in-one.yaml
 commands =
   yamllint {[testenv:yamllint]files}