diff --git a/tox.ini b/tox.ini
index 7dd565f9910b4af794efd2834ecfbc66aa795dc9..bf37170f115175b097233458cac7539ff88724e8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py37
 deps=-r{toxinidir}/requirements.txt
      -r{toxinidir}/test-requirements.txt
 
-commands=
-   nosetests \
-      []
\ No newline at end of file
+; commands=
+   ; nosetests \
+   ;    []
+commands = nosetests {posargs:--with-coverage}
\ No newline at end of file