Fix delete_keypair arg
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 64ccb7b..8a2bfd7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -75,8 +75,9 @@ modules =
   functest.utils.functest_utils
 commands =
   bash -c "\
-    pylint -f parseable --ignore-imports=y --disable=locally-disabled functest | \
-    tee pylint.out | sed -ne '/Raw metrics/,//p'"
+    pylint -f parseable \
+        --ignore-imports=y \
+        --disable=locally-disabled functest | tee pylint.out"
   pylint --reports=n --errors-only functest
   pylint --disable=locally-disabled \
     --disable=duplicate-code \