--- contextlib2-21.6.0/tox.ini.orig
+++ contextlib2-21.6.0/tox.ini
@@ -4,7 +4,7 @@
 
 [testenv]
 commands =
-    coverage run -m unittest discover -t . -s test
+    coverage run -m unittest discover -t . -s test --verbose
     coverage report
     coverage xml
 deps =