--- webtest-3.0.6/tox.ini.orig
+++ webtest-3.0.6/tox.ini
@@ -13,8 +13,6 @@
 extras =
     tests
 commands =
-    python --version
-    pip freeze
     pytest --cov {posargs:}
 
 [testenv:coverage]